views:

9

answers:

1

Hi, I'm trying to debug and test my application with a Dell Windows Mobile device using Visual Studio 2008. I can connect to the device and deploy it on to the device using ActiveSync. The problem I'm having now is that when debugging, after the project is deployed on to the device, the breakpoints are never hit and the application just runs by itself on the device. Visual Studio just hangs there and does nothing. I don't really know what's wrong with it... So frustrating...Help me!! Thanks!!

A: 

Make sure you have all of the latest service packs for both Studio and the Compact Framework installed on your PC. You're likely got a mismatch in versions.

ctacke