Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
I have a simple lightswitch application, with some grid and comboboxs in it, whenever i select different item within combobox an Exception message appear randomly like:

C#

Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))


and after several click on exception's ok button application continue running without any problem.
I don't know actually how to handle this problem to never show this exception message. what can we do now?
Posted
Updated 16-Apr-12 9:36am
v2
Comments
Nelek 16-Apr-12 16:37pm    
Have you tried to use the debugger? Set a stop point and execute in step mode (line after line). Find out where the code throws the exception and post the relevant code snippet here. Without code is very difficult to tell you where the error is.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900