Not sure if this is the right place to post this as it's not looking like a programming issue but was wondering if anyone else has had similar issues. Just to save time I've already looked at all the posts on stack overflow that are similar but none of them cured the issue.
Ive made an app for Windows CE 6.5 device. I am connecting to a web service in the code, when I run the code as a test everything returns fine. The web service is running and the code to retrieve the information is correct.
Now that I know this is working I debug the app in VS2008 on the Windows CE 6.5 device connected to the PC via USB. When I do this I get the following error.
"No connection could be made because the target machine actively refused it"
I've tried a load of different suggestions to cure this but have not found any yet.
Web service is running on IIS and accessing a SQL database.
Has anyone any suggestions to what is causing this?