How to eliminate this error, I am assigning value to a webservice field to Save that. I am getting error at the last line
Dim SupportCase As SupportCase
SupportCase = New SupportCase()
SupportCase.com pany.name = "53580 Test1"
Thanks in advance
Dim SupportCase As SupportCase
SupportCase = New SupportCase()
SupportCase.com pany.name = "53580 Test1"
Thanks in advance
Comment