Hi.
I've created a wpf 4.0 app with c#. When i debug and run from vs2010, there is no problem.
But when I try to run the .exe,at the same pc, the application crashes.
The error is the following
EventType : clr20r3 P1 : application.exe P2 : 1.0.0.0 P3 : 4ee325f2 P4 : mscorlib P5 : 4.0.0.0 P6 : 4e181ae3 P7 : 41ed P8 : 460 P9 : system.windows.markup.xamlparseWhy is this happening?
Any ideas?
Loading
NonInUsePosted Dec 14, 2011, 12:12 PM
I found solution to my problem
I went to Debug --> Exceptions, added System.Windows.Markup.XamlParseException and checked "Throw".
The problem was at the FileSystemWatcher, that I have to my app.
Khanna thanks for your suggestion, it helped me to another problem that I had.
Manas PatnaikPosted Dec 12, 2011, 11:21 AM