Hi guys ,
when i run a project (in debug mode) , while the project runing , if an
error occures , error information will written in the debug window
i create a debug listener object by this code :
TextWriterTraceListener ts = new TextWriterTraceListener
("Log.txt","MyLog");
Debug.Listener...
more >>
Hi All,
Anybody know the best way to detect if network / Active Directory is
present? I'm programming in VB.NET, and my customers often use laptops,
which can be disconnected from the .NET. I need to detect this in order to
be "well behaved."
I've tried putting LDAP://RootDSE in a directory...
more >>
Is there any way to obtain the size of a certain ValueType Dynamically Loaded or Created?...
more >>
I encountered a problem, I can't define reference for a specific
configuration.
My project, like any other, has 2 configurations ("Debug" and "Release") In
the "Debug" configuration I use Nunit for testing, so all nunit related code
is under #if NTEST definition. The NTEST declared only in Debug...
more >>