debug into GAC dll

  • Thread starter Thread starter Jon Paugh
  • Start date Start date
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
 
Jon,

Can't you keep a local copy of the assembly (and its symbols) and
reference that instead while debugging? GAC installation is primarily
for deployment anyway.



Mattias
 
Back
Top