Native exception in C# application

Joined
Jul 18, 2008
Messages
1
Reaction score
0
Hi all,
i am working on a C# application on windows mobile 2003. When try to move out off a form, the application is crashing with a native exception
the details of the exception are as follows.
Exception code : 0xc0000005
ExceptionAddress: 0x026b4410
Reading: 0x26000000

And this application crash does not happen every time.
And when i did a debug, i could find that the application wascrashing at a this.Close();

Please help...
 

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