Reputation: 6836
I have a .NET based (WPF) app which crashes on Windows XP Service Pack 3, but runs just fine on Windows 7. I installed .Net Framework Client Profile 4 and Sql Server Compact 3.5 on the client system, but the application crashes immediately and displays the error reporting window.
How can I find more details about this error? I guess it can be a SQL Server CE problem. I am catching all exceptions in the application using try catch clauses, but it doesn't help.
Upvotes: 0
Views: 2238
Reputation: 22829
It may be this: The Icon property in the Window is crashing the application in Windows XP SP2
Upvotes: 1