Languages Visual Basic & VB.NET .Net Debugging and Error Handling  

Trace Listener

download download  
important code information
author:
Kevin S. Gallagher
minimum requirements:
Trace Listener description

This project offers two methods to assist with debugging a .NET solution where one is IDE only and the second can be used after deployment or during the testing phase of a project.


File List:
Listener/0b
Listener/Classes/0b
Listener/Classes/AppFileWriterTraceListener .vb1Kb
Listener/Classes/Listener.vb1Kb
Listener/Classes/vssver2.scc154b
Listener/Debugger.Designer.vb6Kb
Listener/Debugger.resx6Kb
Listener/Debugger.vb3Kb
Listener/Form1.Designer.vb3Kb
Listener/Form1.resx6Kb
Listener/Form1.vb2Kb
Listener/Listener.doc30Kb
Listener/Listener.sln1Kb
Listener/Listener.suo22Kb
Listener/Listener.vbproj5Kb
Listener/Listener.vbproj.user168b
Listener/Listener.vbproj.vspscc257b
Listener/Listener.vssscc256b
Listener/Modules/0b
Listener/Modules/Factory.vb393b
Listener/Modules/vssver2.scc106b
Listener/My Project/0b
Listener/My Project/Application.Designer.vb1Kb
Listener/My Project/Application.myapp510b
Listener/My Project/AssemblyInfo.vb1Kb
Listener/My Project/Resources.Designer.vb3Kb
Listener/My Project/Resources.resx6Kb
Listener/My Project/Settings.Designer.vb3Kb
Listener/My Project/Settings.settings279b
Listener/My Project/vssver2.scc328b
Listener/Resources/0b
Listener/Resources/Information.txt1Kb
Listener/Resources/vssver2.scc113b
Listener/bin/0b
Listener/bin/Debug/0b
Listener/bin/Debug/Listener.pdb56Kb
Listener/bin/Debug/Listener.xml2Kb
Listener/mssccprj.scc319b
Listener/obj/0b
Listener/obj/Debug/0b
Listener/obj/Debug/TempPE/0b
Listener/vssver2.scc384b

Similar code
COM object has been separated from its underlying RCW can not be used (Popularity: ) : In development everything seems all right. I used the Adobe acrobat reader component in my project. Very cool component. However in the rollout on windows 2000 computers it crashed before showing anything. With the error “COM object has been separated ...
DotNETGen (Popularity: ) : VB.NET Class Generator From Databases - In order to simplify the interaction with a database and decrease development time, many systems contain classes that represent database objects. For example, one could create a "Customer" class with "Name" and "Email" properties ...
VB6 Rnd() <> .NET Rnd() (Popularity: ) : The Rnd function in VB6 returns slightly different values than .NETs Rnd function. This can cause logical errors when migrating projects from VB6 to .NET This simple application shows how to fix the problem.
Tracing Tools - Resubmit (Popularity: ) : Demonstrates two features: 1) how to create and add custom TraceListeners to your project. TraceListeners are the output's from Debug.X and Assert.X. 2) how to create a custom tracer with varied levels of output. Read the Info.txt included in the ...
Debug Panel (Popularity: ) : [Updated 2005-12-23] Debug Panel is a VB User Control useful for enhancing the ASP.NET trace panel by adding a few missing items such as: A navigation index (which shows only the section you want and hides all other sections); A ...
TracingTools (Popularity: ) : Demonstrates two features: 1) how to create and add custom TraceListeners to your project. TraceListeners are the output's from Debug.X and Assert.X. 2) how to create a custom tracer with varied levels of output. Read the Info.txt included in the ...
Sub Classing (the .NET Way) (Popularity: ) : Back to SubClassing. Now you can subclass any Control to receive Windows Messages, any message. This is the Pure .NET way to Subclass (debug actually) any control. Code is fully commented and easy to understand. Hope this will be good ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 10
version
size in Kb 42
popularity   966/7913374
user rating 5/10
ad


New Code
Popular Code