views:

38

answers:

1

Hi,

I've made a WPF application that runs perfectly inside Visual Studio 2010. When I built it (debug or release mode) and try to run the app, I've got an error, the form doesn't start.

any ideas?

thanks

Filip

A: 

I have had a problem similar to this, the main problem turned out to be related to reflection. Usually when this happens it is because the code gets optimized more than when the debugger is attached.

JoshVarga
I had a reference to the Presentation Aero dll, in VS there is no problem, but when you run the app outside VS, it crashed
Filip