J
Jon Paugh
If you create a DLL yourself in c#, then add it to the
GAC, using gacutil /i, then you reference your DLL in
another solution....
can you debug into the DLL? Specifically, can you have the
debugger pull up the source code for your app?
Thanks,
Jon Paugh
GAC, using gacutil /i, then you reference your DLL in
another solution....
can you debug into the DLL? Specifically, can you have the
debugger pull up the source code for your app?
Thanks,
Jon Paugh