> After upgrading to .Net 2.0, it seems like the Trace.WriteLine output
> is sent somewhere else because it no longer shows up in DebugView. If I
> replace the Trace.WriteLine by Debug.WriteLine, then it works. How can
> I fix the Trace.WriteLine?
Ensure that you theh correct the trace-listeners initialized appropriately.

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------
redhotsly@hotmail.com - 20 Sep 2006 12:24 GMT
> Ensure that you theh correct the trace-listeners initialized appropriately.
Which listener do I have to use? Also, how do I configure and
initialize it properly?
Thank you
-Sly
Gaurav Vaish (www.EduJiniOnline.com) - 21 Sep 2006 03:31 GMT
Look in the documentation for "Configuration File Schema"
Sub-topic: "<system.diagnostics> Element"

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------
>> Ensure that you theh correct the trace-listeners initialized
>> appropriately.
[quoted text clipped - 3 lines]
> Thank you
> -Sly