C# in compact framework: Unable to see contents of exceptions

K

kimtherkelsen

Hi,
I have developed some software for a PDA in C# (.Net compact framework
2.0) in VS2005. The problem is that I am not able to see the contents
of any of the exceptions that are thrown on the device. If I am
debugging and an exception occurs, the environment just says "missing
resource assembly" when I try to se what it says in the exception.

Does anyone have any idea what dll I am missing?

The PDA is actually running Windows CE 4.2 so I had to install
the .Net Compact Framework 2.0 manually on the device - maybe that has
something to do with that?

Best regards,
Kim Therkelsen
 
K

kimtherkelsen

Thank you very much!

Hi,





Yes, you are missing the dll that constaint the messages.

Take a look at the CF bloghttp://blogs.msdn.com/netcfteam/archive/2004/08/06/210232.aspx
 

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