i registerd my simple hello word web service on a web hosting service. every thing seems to be fine. i consume it but while in debugging mode when i come to the line where to consume the service i get an error
First-chance exception at 0x7c90eb74 in smsGateWay.exe: 0xC0000008: An invalid handle was specified.
Dim service As New smsjinni.Service
TextBox1.Text = service.HelloWorld
where "smsJinni" is the web refrence i added from the direct URL of my service http://smsjinni.com/Service.asmx?op=HelloWorld