using VS2005 and .NET 2.0 Actually the problem is with mobile device programming.

Everything was working fine for a few months then all of a sudden im unable to debug!

Usually when i deploy/run the application it automatically connects to the phone and deploys but instead I get immediatly "The operation has failed" or something similar.

I then have to connect to the device manually - that succeeds, then when deploying, it deploys and when the app is running I'm unable to hit any breakpoints - I get errors saying that the breakpoint won't hit and symbols were not loaded.

how come? What happened?

I uninstalled .NET 2.0 and VS2005, rebooted, reinstalled the works and I still get this.

Wierd thing is, it works fine for standard winform/ASP.NET apps, just not mobile!

help