Dll Versions
-
Hi All, Can anyone explain me in detail on creating different versions of dlls, creating Strong names, and implemeting the dll in a client application. I want to use both the versions of the dll in my client application. Please explain with steps i have to make.. Thanking you All, Umashanker.K
-
Hi All, Can anyone explain me in detail on creating different versions of dlls, creating Strong names, and implemeting the dll in a client application. I want to use both the versions of the dll in my client application. Please explain with steps i have to make.. Thanking you All, Umashanker.K
This link explains about strong names http://msdn2.microsoft.com/en-us/library/wd40t7ad.aspx[^] For using both the versions in your application you will need to put them in GAC. :rose:
-
This link explains about strong names http://msdn2.microsoft.com/en-us/library/wd40t7ad.aspx[^] For using both the versions in your application you will need to put them in GAC. :rose:
Any other explanaton other than the above reply, is highly appreciated.. I need to know step by step and want to understand the concepts of strong name, dll versioning and GAC.. Will any one help me.. Umashanker.K
-
Any other explanaton other than the above reply, is highly appreciated.. I need to know step by step and want to understand the concepts of strong name, dll versioning and GAC.. Will any one help me.. Umashanker.K
Follow the link Manas has recommended you. You will find step by step guide for signing your assembly with strong key, and you can also find a lot of informations about GAC. You can also check out these two articles on CP: DLL Hell Solution in DOTNET Loading and Unloading an Assembly at Runtime