Geeks With Blogs

News View Chandra Shekhar Mantha's profile on LinkedIn Locations of visitors to this page
Knowledge thirsty May 2010 Entries
Adopting the Scrum Method of Achieving Software Agility

I recently read this article and found interesting…. check it out ..

http://www.rallydev.com/documents/CIO_Playbook_For_Adopting_Scrum_080805.pdf

Posted On Saturday, May 8, 2010 7:58 PM

Installing a DLL to Global assembly cache (GAC)
Install you DLL assembly by using the ‘gacutil.exe’, before installing the DLL ensure it has a strong name, to assign a strong name refer to the link Assigning a DLL strong name . 1) open the Command prompt, and navigate to the folder of gacutil. 2) To install a DLL assembly gacutil /I "C:\[PathToBinDirectoryInVS... 3) To uninstall gacutil /U “Name_of_The_DLL” ......

Posted On Friday, May 7, 2010 6:03 PM

Assigning a DLL strong name
Hi Guys, few days back I needed to install few DLL assemblies to GAC, since I hardly knew about this topic, so googled on the internet and here is what I learned; There is a utility named ‘gacutil.exe’ which is delivered with Visual studio and .NET framework ( search in your PC for gacutil.exe) or you can also download from internet. Before installing the DLL to GAC , ensure that the DLL you want to install has a strong name. To assign a strong name follow these steps:: 1) Open the visual studio ......

Posted On Friday, May 7, 2010 5:54 PM

Copyright © Shekhar | Powered by: GeeksWithBlogs.net | Join free