J
John
Hi
I have a vs 2003 project which I have just imported into vs 2005. Now I am
getting the "Option Strict On disallows operands of type Object for operator
'='. Use the 'Is' operator to test for object identity." error on the 'Case
"Main"' statement in the below code;
Select Case Row("Contact_Type")
Case "Main"
.....
End Select
What is the problem and how can I fix it?
Thanks
Regards
I have a vs 2003 project which I have just imported into vs 2005. Now I am
getting the "Option Strict On disallows operands of type Object for operator
'='. Use the 'Is' operator to test for object identity." error on the 'Case
"Main"' statement in the below code;
Select Case Row("Contact_Type")
Case "Main"
.....
End Select
What is the problem and how can I fix it?
Thanks
Regards