Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: hard problem with EVENTs Pin
Heath Stewart19-Feb-04 3:00
protectorHeath Stewart19-Feb-04 3:00 
GeneralRe: hard problem with EVENTs Pin
Snowjim19-Feb-04 4:22
Snowjim19-Feb-04 4:22 
GeneralUm.... Long Day Help Pin
obelisk2917-Feb-04 10:14
obelisk2917-Feb-04 10:14 
GeneralRe: Um.... Long Day Help Pin
bneacetp18-Feb-04 2:15
bneacetp18-Feb-04 2:15 
GeneralRe: Um.... Long Day Help Pin
LongRange.Shooter18-Feb-04 3:01
LongRange.Shooter18-Feb-04 3:01 
QuestionA bug in VS 2003??? Pin
LongRange.Shooter17-Feb-04 9:43
LongRange.Shooter17-Feb-04 9:43 
AnswerRe: A bug in VS 2003??? Pin
Heath Stewart17-Feb-04 12:42
protectorHeath Stewart17-Feb-04 12:42 
GeneralRe: A bug in VS 2003??? Pin
LongRange.Shooter18-Feb-04 2:38
LongRange.Shooter18-Feb-04 2:38 
Heath,
Heath Stewart wrote:
I'm sure you knew this, but I include it for posterity
Yeh...the Console.Write was just to flag we were entering the code that would generate the trace messages.

After doing more testing we discovered that it is a change in how VS implements the TraceListeners. In VS 2000 -- your trace messages went to the Output window -- but apparently it was also acted as a pass-thru so that such debugging windows as DBGView would see the messages as well.

In VS 2003 the TraceListener deployment traps the trace messages and limits them to only the VS window. As a result, when I look at the viewer window I see no trace messages. However, when I run the executable outside of VS2003 and run DBGView, I see all of my trace messages as expected. (I'm not in the habit of staring at my VS Output window!)

This behaviour was a bit disconcerting since DbgView was the main debugging tool we were using to see debug trace messages coming from our remote component library.

A departure from the normal behaviour, often causes a developer to wonder if this is a bug instead of a feature. Big Grin | :-D

_____________________________________________
Of all the senses I could possibly lose,
It is most often the one called 'common' that gets lost the most.

GeneralRe: A bug in VS 2003??? Pin
Heath Stewart18-Feb-04 4:16
protectorHeath Stewart18-Feb-04 4:16 
Generalchanging CPropertySheet's bk color Pin
clayman8717-Feb-04 9:14
clayman8717-Feb-04 9:14 
GeneralRe: changing CPropertySheet's bk color Pin
Heath Stewart17-Feb-04 12:33
protectorHeath Stewart17-Feb-04 12:33 
GeneralReading a JPEG file into String Pin
AliIMCIn17-Feb-04 6:40
AliIMCIn17-Feb-04 6:40 
GeneralRe: Reading a JPEG file into String Pin
Werdna17-Feb-04 7:20
Werdna17-Feb-04 7:20 
GeneralRe: Reading a JPEG file into String Pin
Werdna17-Feb-04 11:30
Werdna17-Feb-04 11:30 
GeneralRe: Reading a JPEG file into String Pin
Heath Stewart17-Feb-04 12:32
protectorHeath Stewart17-Feb-04 12:32 
GeneralRe: Reading a JPEG file into String Pin
Mazdak17-Feb-04 10:09
Mazdak17-Feb-04 10:09 
GeneralRe: Reading a JPEG file into String Pin
Heath Stewart17-Feb-04 12:26
protectorHeath Stewart17-Feb-04 12:26 
GeneralRe: Reading a JPEG file into String Pin
Mazdak17-Feb-04 18:13
Mazdak17-Feb-04 18:13 
Generalproblem with Textboxes Pin
raheela17-Feb-04 6:22
raheela17-Feb-04 6:22 
GeneralRe: problem with Textboxes Pin
Heath Stewart17-Feb-04 12:23
protectorHeath Stewart17-Feb-04 12:23 
Generalwriting a struct to a binary file Pin
DennisMetz17-Feb-04 4:19
DennisMetz17-Feb-04 4:19 
GeneralRe: writing a struct to a binary file Pin
Heath Stewart17-Feb-04 4:44
protectorHeath Stewart17-Feb-04 4:44 
GeneralRe: writing a struct to a binary file Pin
DennisMetz17-Feb-04 5:06
DennisMetz17-Feb-04 5:06 
GeneralRe: writing a struct to a binary file Pin
Heath Stewart17-Feb-04 6:19
protectorHeath Stewart17-Feb-04 6:19 
Generalcatch tabpage change Pin
troels_sorensen17-Feb-04 3:41
troels_sorensen17-Feb-04 3:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.