all groups > visual studio .net general > march 2005 >
You're in the

visual studio .net general

group:

VS2005 beta1 problems


VS2005 beta1 problems steveD
3/14/2005 11:53:06 AM
visual studio .net general:
I have 2 problems with VS2005 that do not appear to be mentioned anywhere
else and maybe related.

1) I cannot get Console.WriteLine to write to the Immediate Window (or
anywhere else that I can see). In Tools\Option\Debugging\General I have
checked the option "Output: Send Output to the Immediate Window...", but with
no success.

2) If I run the app I am developing, it works fine (and very fast) until I
try to exit with the normal Windows Close "X" button (or File\Exit). This
takes for ever -- 10 seconds for a "Hello World"; nearly a minute for my app.
If I stop my app with Shift-F5 it stops immediately.

Sounds as tho there is a config option set wrongly that could be stopping
Console.Writeline working and MAYBE timing out during exit of my app. But I
am at a loss where to look.

All ideas very welcome





RE: VS2005 beta1 problems Stenis
3/14/2005 11:15:01 PM
The "Output: Send Output to the Immediate Window..." sends debug thingies to
the immediate window (i.e. Debug.WriteLine). Console.WriteLine still goes to
the console window. Now, there is a new and cool Quick Console window
integrated into visual studio now, and if you have that option set (sorry -
haven't got VS2005 in front of me right now) that's probably where your lost
console output has gone...

Dunno about the timeout/slow shutdown, though...

Hth,
Stenis

[quoted text, click to view]
AddThis Social Bookmark Button