Page 1 of 1

EventSourceException message in debugger

Posted: Wed Jul 08, 2015 1:58 pm
by alan
I see the following messages in my debugger when I run the DemoAppWPF from the debugger and select the point line example and click on the x close button to exit the app:

EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
EventSourceException
The program '[8372] DemoAppWPF.vshost.exe' has exited with code 0 (0x0).
The program '[8372] DemoAppWPF.vshost.exe: Program Trace' has exited with code 0 (0x0).

Re: EventSourceException message in debugger

Posted: Thu Jul 09, 2015 1:58 pm
by ArctionJari
Just tried this using 6.4.1 demo application and wasn't able to get those exceptions.

-Is this happening every time?
-Which version of Visual Studio are you using?
-Have you modified the project/source in any way?
-Are you taking any other actions than just opening the project, start debugging (F5), selecting the point line example and then closing the application?

Re: EventSourceException message in debugger

Posted: Wed Aug 26, 2015 8:45 am
by alan
I just tried again and with the current version I don't see the messages.

Yes, this was happening every time and I didn't modify the project. I'm using visual studio 2013 ultimate. I only took the actions I described.