Deploying new assemblies
-
hi, I've to deploy my newly made assembly to client but the problem is there are around 15 sites using old assembly. Is there any way with which I'll put my assembly in GAC ....some sites will autmatically start using new assembly ....others will run on older ones. Presetly there are not much site , only 15, so if there is any coding change should be done. cheers akhilesh
-
hi, I've to deploy my newly made assembly to client but the problem is there are around 15 sites using old assembly. Is there any way with which I'll put my assembly in GAC ....some sites will autmatically start using new assembly ....others will run on older ones. Presetly there are not much site , only 15, so if there is any coding change should be done. cheers akhilesh
-
What is the Main namespace of your assembly and should all of the websites use your newly written assembly? And what version of .net do you use?
Sojaner!
hi, Actaully the namespace and assembly name is same, using this assembly already websites are running but now a new version is released. My problem is out of 15 sites, 9 sites to use new assembly and rest should use the old assemblies. Akhilesh
-
hi, Actaully the namespace and assembly name is same, using this assembly already websites are running but now a new version is released. My problem is out of 15 sites, 9 sites to use new assembly and rest should use the old assemblies. Akhilesh
Hi, there is a tool name gacutil.exe in the "Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin" that helps you register the assembly in the GAC but before doing that, tell me if the websites use the assemblies placed in the BIN folder at the website's root folder or from the GAC?
Sojaner!