Problems with TraceSwitch
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have this program in which I'm adding TraceSwitches to various subsystems. I got it working fine in one subsystem - so I went ahead and added it to other subsystems. When I try to enable with other switched using my config file - the original switch now throws an XML exception (at the first call to WriteLineIf(), not when newing the TraceSwitch ). Here are my config files: The one that works: The one that blows up: Any ideas what's wrong with the syntax or how to enable multiple switches with a config file? Thanks Dale Thompson