Trace.WriteLine and Web Services

R

redhotsly

Hi, we use Trace.WriteLine to output tracing information in our web
services methods. With .Net Framework 1.1, we could view the tracing in
real-time using DebugView (DbgView.exe) without attaching a debugger.
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?
Regards
-Sly
 
R

redhotsly

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top