Click to See Complete Forum and Search --> : Gac


sivaarc
June 17th, 2008, 07:08 AM
I have registered a assembly in GAC.
The assembly can be used by multiple windows applications.
i have update the assembly and registered new version in th GAC.
But my windows applications are using old assembly only.
Is it possible to use new version assembly whenever its update.
How to automate this process?
How can I achieve this???

PeejAvery
June 24th, 2008, 10:42 AM
[ moved ]

TheCPUWizard
June 24th, 2008, 11:07 AM
Each version must have a unique version.

Your application needs to be setup to use the desired version.