all groups > dotnet windows forms designtime > october 2006 >
You're in the

dotnet windows forms designtime

group:

Logging into VS.NET output window in design time


Logging into VS.NET output window in design time zofcentr
10/10/2006 7:50:03 AM
dotnet windows forms designtime: Is it possible to write log information to VS.NET output window in design
time ?
I have controls which I initialize and I would like to write infor if
something goes wrong in design time when user places my control on form. Is
it possible ?
How to do that ?
Thanks in advance.
zofcentr
Re: Logging into VS.NET output window in design time Bryan Phillips
10/15/2006 9:38:08 PM
If you simply need to do this during debugging, use Debug.WriteLine
statements and then debug the component by configuring the project to
launch devenv.exe.

Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com



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