DLL Debuging?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Back in the 'ol days of VB6, debuging a DLL was as easy as instanciating an object (set x = new ABC) in the Immediate window and stepping through the code. IS there ANY sort of parallel in the .NET world? I've only been able to debug VB.NET dll's via a reference in a windows form project. TIA. Mike Stanbrook mstanbrook@yahoo.com