native exception

  • Thread starter Thread starter spiazzi
  • Start date Start date
S

spiazzi

I've got a native esxception when I close my app.
Is possible to understand or catch this exception?
In particular I have a main module that start the app
with Application.run(new Form1).
In the closing event of Form1 there is an Application.exit, and then the
main module run some istruction for close a connection to db if is still
open.

Some suggestions?
 
Hi,

I have an application in compact framework(c#) containing a webbrowser
control to browse to html pages. The problem is when the target html page
contains links to another html file, the application crashes when user tries
to click the link. There is no known clicks that it will crash. Sometimes it
also throw "native exception" after crashing. I am just calling Navigate(uri)
method of the webbrowser control. Please suggest any solution to this.

Thanks in advance,
newbie
 
Back
Top