Problems with debugging

G

Guest

Hello

I had serious problems running my application in debug mode (F5) on emulator. I always got this error message
Error while trying to run project: Unable to start debugging
Unable to start program <programDir>><fullpath

But when I started my app. without debugging (CTRL + F5), everything worked fine. I'm using Pocket PC 2003 SDK and VS .NET 2003 Professional

I've tried to reinstall the SDK. I've also reinstalled emulator driver and played with remote debugger (mdm) but debugging still didn't work for me

Finally, I've installed Windows CE .NET Utilities v1.1 for Visual Studio .NET 2003 (http://www.microsoft.com/downloads/...A6-2095-4086-B0CC-7C6C39B28762&displaylang=en) and the debugging is working now! I saw posts by others that have similair problem, so hope this helps

Regards
Marek
 
P

Peter B.

Marek
Many thanks for this post. Installing Windows CE .NET utilities v 1.1 for
VS.NET 2003 also solved this perplexing and serious problem for me. I'm a
little surprised that there is not more info on this issue available on MSDN
as it effectively prevents smart device development in VS.NET 2003.

best wishes

Peter B.

Marek said:
Hello.

I had serious problems running my application in debug mode (F5) on
emulator. I always got this error message:
But when I started my app. without debugging (CTRL + F5), everything
worked fine. I'm using Pocket PC 2003 SDK and VS .NET 2003 Professional.
I've tried to reinstall the SDK. I've also reinstalled emulator driver and
played with remote debugger (mdm) but debugging still didn't work for me.
Finally, I've installed Windows CE .NET Utilities v1.1 for Visual Studio
..NET 2003
(http://www.microsoft.com/downloads/details.aspx?FamilyId=7EC99CA6-2095-4086
-B0CC-7C6C39B28762&displaylang=en) and the debugging is working now! I saw
posts by others that have similair problem, so hope this helps!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top