Upgrade from Vb to VB.net

rk03

Member
Joined
Jun 26, 2006
Messages
8
Programming Experience
3-5
Hello,i upgraded from VB to VB.NET for better performance and avoid out of memory exceptions.However, i recieve a "System_COMObject" runtime error at the point where there is a usage of TypeNameTypeName(x)gives a com error.i did try to use Cstr(x) but it says X cannot be assigned to type string.Please help!Thanks,R.
 
Hi,
There is no other property that can be used to return a result of type Typename
In VB the exact same code produces no errors.

Please let me know if i can provide more information.
Thanks,
 
Back
Top