C
Carol W
Hi All,
I am trying my hand at writing client applications for
smart devices. I have managed a few steps but am stuck at
one place. Any help will be appreciated.
Here is the scenario.
I have a web service running on my machine. It runs fine
by itself.
Another .net project (smart device project) tries to use
the above web service but fails to find the remote server.
More...
a) I am not connected to the internet.
b) I can access the web service manually from the smart
device (by typing in the web service's url on the IE
browser of the emulator i.e.
http://169.254.25.129/MyWebService/Service1.asmx).
c) I have the 'Microsoft Loopback Adaptor' installed.
The web service is supposed to take in two integers and
return the sum. But when I click the Add button I get the
folowing error message on the emaulator screen.
----------------------------------------------------------
-------------------
A managed WebException occurred at Application::Run+0x1a
Unable to connect to the remote server
Application::Run+0x1a
Form1::Main+0xa
OK to terminate
----------------------------------------------------------
I am trying my hand at writing client applications for
smart devices. I have managed a few steps but am stuck at
one place. Any help will be appreciated.
Here is the scenario.
I have a web service running on my machine. It runs fine
by itself.
Another .net project (smart device project) tries to use
the above web service but fails to find the remote server.
More...
a) I am not connected to the internet.
b) I can access the web service manually from the smart
device (by typing in the web service's url on the IE
browser of the emulator i.e.
http://169.254.25.129/MyWebService/Service1.asmx).
c) I have the 'Microsoft Loopback Adaptor' installed.
The web service is supposed to take in two integers and
return the sum. But when I click the Add button I get the
folowing error message on the emaulator screen.
----------------------------------------------------------
-------------------
A managed WebException occurred at Application::Run+0x1a
Unable to connect to the remote server
Application::Run+0x1a
Form1::Main+0xa
OK to terminate
----------------------------------------------------------