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