Debugging pocket suddenly stopped working. Visual studio 2005 / WM5

  • Thread starter Thread starter news.demon.nl
  • Start date Start date
N

news.demon.nl

Debugging pocket suddenly stopped working.

I'm building my own application for the pocket pc, and debugging has always
worked for me.
Now all of a sudden i get the an errormessage

usually:
Error 1 De externe host heeft een verbinding verbroken.
which would be english something like this:
The extral host has disconnected the connection.

One time i got the message:
Er is geprobeerd een bewerking uit te voeren op iets anders dan een socket.
which is exactly translated:
An operation was attempted on something that is not a socket

In visual studio: Tools > Connect to device always returns: "Connection
succeeded"

I'm using:
- Visual studio 2005
- Compact framework 2.0 SP1
- HP Ipaq with WM5

after some google attempts it seems to be network related, so I've tried
some ipconfig /release and /renew and tried to restore the connection trough
network settings.
According to windows there is nothing wrong with the connection though.

Any suggestions?

Jeroen
 
Hmm, i figured out what it was. I added 360 images in an image folder, if i
remove those, it works fine again.. pretty weird..
 
Back
Top