Dynamic loading and debugging

  • Thread starter Thread starter hOSAM
  • Start date Start date
H

hOSAM

Simple question: How can I debug inside an assembly which I loaded using
Assembly.Load ?? I use VS.NET 2002.
 
I have actually never tried this,,

but back in vb6.. you could load up the project that created the assemby in
another visual studio session... hit the debug button....

then when you load your main app tha tuses the dll it would load up through
the vs session...

however i have never checked that in .net though...

It used to work through vb6 becuase of the ProjectName.ClassName and the way
that dlls's were referenced extra... so not sure if it would work now..
 
Back
Top