debug into GAC dll

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
 
M

Mattias Sjögren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top