Native Exceptions - Exception code 0x80000002

D

David Webb

Hi,

I have a VB.NET SP1 CF project running on a Pocket PC device (Symbol
PPT2800). I have exception handling on every single routine, including
form loads, form activates, absolutely everywhere. I keep getting,
intermittently, Native Exception errors.

Most recently
ExceptionCode: 0x80000002
ExceptionAddress: 0x00aa2800


The Exception Code is always the same, however the address is always
different. I googled and saw a post from Microsoft relating to a
missing SDF file, but the SDF file exists. It seems to somehow be
related to heaving traffic on the database. However, all my database
routines have exception handling but this Native Exception error keeps
appearing. Does anyone have any ideas or workarounds to get around
this? I understand if it is going to error, but I'd really love to
handle it in the exception handling as opposed to it handling itself!

Thanks in advance.

Kind Regards,

David.
 
J

Joe Handelsman

I had a similar problem. I couldn't figure it out, so I just did a hard
reset and reinstalled everything. That fixed it.

Joe
 
B

Bruce Johnson [MSFT]

David,

We have not specifically seen this problem in our testing of .NETCF SP1.
Do you have any sample code that you could send which reproduces the
problem? I will have someone from our data testing team look into the
problem if you can provide me with a sample.

Thanks,
Bruce Johnson
.NET Compact Framework

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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