Cast not valid
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
When trying to use Ctype to convert an object to a custom class, i have encountered a problem. Even though when i call the getType method , im told that both the object that im trying to convert and the destination variable are the same type, however when i call the ctype function, i get a Specified Cast not valid message. Any Ideas? Thanks for your help!