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...
 
Back
Top