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 .vb
1Kb
Listener/Classes/Listener.vb
1Kb
Listener/Classes/vssver2.scc
154b
Listener/Debugger.Designer.vb
6Kb
Listener/Debugger.resx
6Kb
Listener/Debugger.vb
3Kb
Listener/Form1.Designer.vb
3Kb
Listener/Form1.resx
6Kb
Listener/Form1.vb
2Kb
Listener/Listener.doc
30Kb
Listener/Listener.sln
1Kb
Listener/Listener.suo
22Kb
Listener/Listener.vbproj
5Kb
Listener/Listener.vbproj.user
168b
Listener/Listener.vbproj.vspscc
257b
Listener/Listener.vssscc
256b
Listener/Modules/
0b
Listener/Modules/Factory.vb
393b
Listener/Modules/vssver2.scc
106b
Listener/My Project/
0b
Listener/My Project/Application.Designer.vb
1Kb
Listener/My Project/Application.myapp
510b
Listener/My Project/AssemblyInfo.vb
1Kb
Listener/My Project/Resources.Designer.vb
3Kb
Listener/My Project/Resources.resx
6Kb
Listener/My Project/Settings.Designer.vb
3Kb
Listener/My Project/Settings.settings
279b
Listener/My Project/vssver2.scc
328b
Listener/Resources/
0b
Listener/Resources/Information.txt
1Kb
Listener/Resources/vssver2.scc
113b
Listener/bin/
0b
Listener/bin/Debug/
0b
Listener/bin/Debug/Listener.pdb
56Kb
Listener/bin/Debug/Listener.xml
2Kb
Listener/mssccprj.scc
319b
Listener/obj/
0b
Listener/obj/Debug/
0b
Listener/obj/Debug/TempPE/
0b
Listener/vssver2.scc
384b
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 ...