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