Trouble connecting to Web Service

Joined
Feb 6, 2006
Messages
1
Reaction score
0
Hi,
I know this issue has been posted many a times but I am unable to find a solution. I am working on a Pocket PC 2003 emulator in VS 2005 .net to connect to a web service
http://COMP1561/hello/Service.asmx
where COMP1561 is my PC name in the network where the IIS has been Installed. I Have also tried it using the IP address instead of computer name but still no results, i still get the Following error
A first chance exception of type 'System.Net.WebException' occurred in System.dll
A first chance exception of type 'System.Net.WebException' occurred in System.Web.Services.dll

A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll

A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll

and the emulator shows Could not Establish Connection to the Network. The service works fine when i am using the Internet Explorer or some other application with the same address. Please provide some help on this issue maybe some emulator configuration settings or some other solutions.
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top