Jalal
Jalal

Reputation: 6836

.net WPF app crash on startup (Error Reporting Window)

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

Answers (1)

Related Questions