I'm trying to debug a smart device application under Visual Studio 2003. The application is deployed on a windows mobile 5 device.
Everything works fine when I try to debug :
- compilation is ok
- deployment is ok
but when VS2003 try to launch the application, nothing occurs (no launch and no error message, but if i execute the application manually, it works).
I read a lot about this problem... I try to install the toolhelp.dll in the windows directory. But It still not working...
If I do the same operation with a VS2005 everything works fine. Unfortunately, I have to use VS2003.
Any ideas for me

Launching Application is not working good
rogupta
This is because WM5 platform is not supported by the VS2003. This is the reason you can not launch the application or debug it. You should use VS2005.
Manav