HighTechTalks DotNet Forums  

Re: Updating GAC assemblies

Dotnet FAQs microsoft.public.dotnet.faqs


Discuss Re: Updating GAC assemblies in the Dotnet FAQs forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Leon Mayne [MVP]
 
Posts: n/a

Default Re: Updating GAC assemblies - 10-10-2005 , 04:38 AM






Erik Cruz wrote:
Quote:
What is the correct way to update an assembly registered in the GAC?
I have two .dlls installed in the GAC. When I update these .dlls I
unregister the old ones and then register the new versions. Is that
the way to go?
It depends on your deployment strategy. The point of the GAC is that you can
have multiple versions of the same assembly installed on the same machine,
and your applications can be set to use whichever of them is best for their
purposes. If you only ever want one version (the latest) installed on a
machine then yes, it's best to uninstall the previous version first (as long
as your application isn't configured to only use that particular version).




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.