D
DM
Hello.
In program I'm writing I make extensive use of dynamically
loaded assemblies. Unfortunatelny, if bug happens in my assembly
code and an execption is thrown VS.NET debbuger only infoms about kind
of exception and an assembly in which it took place.
I'm not able to trace execution of dynamically loaded code
nor learn in what excat place exceptions happen.
Is there some way to debug such code ( apart from
directly linking it with main app for debbuging purposes,
of course ).
Thanks for any suggestions.
In program I'm writing I make extensive use of dynamically
loaded assemblies. Unfortunatelny, if bug happens in my assembly
code and an execption is thrown VS.NET debbuger only infoms about kind
of exception and an assembly in which it took place.
I'm not able to trace execution of dynamically loaded code
nor learn in what excat place exceptions happen.
Is there some way to debug such code ( apart from
directly linking it with main app for debbuging purposes,
of course ).
Thanks for any suggestions.