Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deploying .dll file on web server
Message
From
10/11/2006 09:07:30
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
10/11/2006 08:35:54
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB.NET 1.1
Miscellaneous
Thread ID:
01168079
Message ID:
01168715
Views:
24
Your forgiven Mike :P
Now serious as I said you should mark then that assembly with SharedLegacyFile to true so that it keeps a count of how may applications installed that assembly, assuming you're using and .net setup project you can also say in the project properties to remove older versions, so when all app's you have uninstall the older version the dll get's removed from the GAC adn will be there only 1 the latest one. But if you install a new version of app1 that uses a new dll and you have also app2 on that computer that uses the old dll in the gac you will see 2 dll's with same name where 1 is the older version and another one is the newer.
Hope you understand.


>Sorry... another question.
>
>So if I redeploy my .dll in the GAC with the same version, I have to recompile my applications to use that new .dll? For example, say I want all of my applications to point at one assembly, so I have one place to tweak a few procedures, how can that be done? I just tweaked my .dll and redeployed, and my compiled application is still seeing the old version.
Alexandre Palma
Senior Application Architect
Previous
Reply
Map
View

Click here to load this message in the networking platform