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
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
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.