all groups > dotnet interop > october 2006 >
You're in the

dotnet interop

group:

Exception on Application.Exit()


Exception on Application.Exit() Armin Prosch
10/29/2006 1:54:02 PM
dotnet interop: Hello,

when my application shuts down via Application.Exit() I get a message box
with the text ["unknown software exception" 0x80000003 on .....]. In the
application I use DirectShow (via directshow.net) and managed DirectX.
Besides that I start a tcp listener in a seperate thread but gracefully close
it via thread.join(number of milliseconds).

This exception did not pop up 5 days ago. Does somebody know where I can
look at when debugging or just a few hints where to look at in the internet
or sdk?

Thanks in advance, Armin
Re: Exception on Application.Exit() Scott M.
10/29/2006 5:29:29 PM
Not sure about your exception, but why are you not closing the form(s),
rather than calling Application.Exit(), which is a much more abrupt way of
terminating your application?

[quoted text, click to view]

AddThis Social Bookmark Button