GAC - Re-installing new DLL

G

Guest

Hello

I am having an issue with re-installing a DLL with the GAC.

When I modify the DLL, I first unistall the assembly by right clicking on
the assembly and select uninstall. I then copy the modified DLL to the
assembly folder. Everything looks like it worked fine, except I do not see
my changes until I re-boot my system.

Is there a step I am missing? Seems like I am seeing a cached version.

Tom
(e-mail address removed)
 
P

Petar Repac

TMesh said:
Hello

I am having an issue with re-installing a DLL with the GAC.

When I modify the DLL, I first unistall the assembly by right clicking on
the assembly and select uninstall. I then copy the modified DLL to the
assembly folder. Everything looks like it worked fine, except I do not see
my changes until I re-boot my system.

Is there a step I am missing? Seems like I am seeing a cached version.

Tom
(e-mail address removed)

Use gacutil for un / install from/to GAC.
http://msdn.microsoft.com/library/d...cpgrfGlobalAssemblyCacheUtilityGacutilexe.asp

Petar Repac
 

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