.NET Issue

  • Thread starter Thread starter Kevin Goddard
  • Start date Start date
K

Kevin Goddard

I've included the .NET component in the XPe OS. Unfortunately, when I try to
run a .NET app on XPe I get an immediate error. The error says an "unhandled
exception has occurred" in a dialog box, then exits. This happens with any
..NET app, even one that does nothing but place the word "Hello" in a label
control on a form. Obviously something isn't set up correctly. Dependency
checker executes w/o any errors or missing assemblies.. Any thoughts?

Thanks.
 
Hi Kevin,

This is probably late response, but check new post in this NG from Jester
named "Upgrading to .NET pitfalls and Remote Debugging".

As always Remote Debugger or even Local Debugger can show every loaded
module, or you can trace your code until you find point where it reports
error. From this point on in most cases it is easy to see what is missing.

I'm not using .NET. but in this subject it should not differ too much from
non .NET based C++ project.

Best regards,
Slobodan
 
Back
Top