Hy guys ! I need help !!!
I have a strange problem with a mobile device application.
I created some web services to bring some data, I tested them on a classic
.NET windows application, it worked fine.
I put the web services in the mobile application, i compiled the
applications, it worked fine, no errors. BUT!!! I deployed the application
to emulator (same thing for device). When the application calls for the
first time a web service it raises an system.net.webexception without any
other explanation. The line with the error is on the line
Dim results() As Object = Me.Invoke("ReturnStreetsList", New Object(-1) {})
from the Reference.vb file
Can anybody tell me why this error raises and why can't I access the web
services from the mobile app?
Thank you.
Paul Teodorescu