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

Tracing Tools - Resubmit

download download  
important code information
author:
Philip Pierce
minimum requirements:
Tracing Tools - Resubmit description

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 project to get more information about how everything works.


File List:
Information.txt4Kb
TracingTools/0b
TracingTools/Sample/0b
TracingTools/Sample/App.config2Kb
TracingTools/Sample/App.ico1Kb
TracingTools/Sample/AssemblyInfo.cs2Kb
TracingTools/Sample/Form1.cs11Kb
TracingTools/Sample/Form1.resx14Kb
TracingTools/Sample/Sample.csproj5Kb
TracingTools/Sample/Sample.csproj.user2Kb
TracingTools/TracingTools.sln1Kb
TracingTools/TracingTools.suo8Kb
TracingTools/TracingTools/0b
TracingTools/TracingTools/AssemblyInfo.cs2Kb
TracingTools/TracingTools/Tools.cs14Kb
TracingTools/TracingTools/TraceEntry.cs5Kb
TracingTools/TracingTools/TraceListeners/0b
TracingTools/TracingTools/TraceListeners/SpecialListener.cs3Kb
TracingTools/TracingTools/TraceListeners/TraceListener_SQL_StoredProc.cs4Kb
TracingTools/TracingTools/TraceListeners/TraceListener_TextFile.cs4Kb
TracingTools/TracingTools/TraceListeners/TraceListener_XMLFile.cs4Kb
TracingTools/TracingTools/TracingTools.csproj5Kb
TracingTools/TracingTools/TracingTools.csproj.user2Kb

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.
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 ...
Trace Listener (Popularity: ) : 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.
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 37
version 1
size in Kb 24
popularity   1198/7913374
user rating 9/10
ad


New Code
Popular Code