Program Intermittently Hit by Native Exception

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Did anybody know what wrong with CF where my program recently always hit by
Native Exception Error. My program is using web service which generate using
Studio wizard.. I tried to debug but studio also cannot catch it.. It just
fly off and came out the error...
 
Yes, you can't catch native exceptions as you do for managed exceptions.
You have to look at the code which may be causing the native exception.
 
Sergey, are native exception errors always the result of legacy code. I am
experiencing native exception errors on a PocketPC 2003 2nd edition device.

Sergey Bogdanov said:
Yes, you can't catch native exceptions as you do for managed exceptions.
You have to look at the code which may be causing the native exception.

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

Did anybody know what wrong with CF where my program recently always hit by
Native Exception Error. My program is using web service which generate using
Studio wizard.. I tried to debug but studio also cannot catch it.. It just
fly off and came out the error...
 

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

Back
Top