A couple of days ago I installed VB.net on my computer.
Today, when I go into a project developed in VB6 (which I don't want to upgrade to VB.net) I get a:-
"Run-time error 438: Object does not support this property or method" message when it hits a line of code using the Val() function eg. intTotal = Val("9876".
I have still got vb6 installed on my computer - I am assuming that VB6 & vb.net can both be on the same machine.
Is there something that the installation of VB.net may have done to cause this and if so, how can I remedy the situation?
Thanks, Doug.
Today, when I go into a project developed in VB6 (which I don't want to upgrade to VB.net) I get a:-
"Run-time error 438: Object does not support this property or method" message when it hits a line of code using the Val() function eg. intTotal = Val("9876".
I have still got vb6 installed on my computer - I am assuming that VB6 & vb.net can both be on the same machine.
Is there something that the installation of VB.net may have done to cause this and if so, how can I remedy the situation?
Thanks, Doug.