![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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? "Armin Prosch" <ArminProsch (AT) discussions (DOT) microsoft.com> wrote in message news:2496E759-4C16-43AC-B1C6-5EE1CEBA92AC (AT) microsoft (DOT) com... 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 |
#4
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |