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
 

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

Back
Top