Wednesday, June 26, 2013

Simple steps to add a ".dll" file into the Global Assembly Cache in c#

Step 1 : In your project "Add reference" to the .dll file you want to install in GAC
Step 2 : Form the Refrences; Right click on the particular .dll file and take properties
Step 3 : Change the property "Copy Local" to "True"
Step 4 : Build and deploy using wspBuilder ; Done

Step 5 : For verification just check in manifest file whether the path exists or not and also in "C:\Windows\assembly".

1 comment:

  1. WOW.. Great post Abhishek..These Small Things have great Value.. keep it coming

    ReplyDelete

Rename a Web Application in Sharepoint : A solution using powershell

Here is a small script that will enable you all to change a SharePoint Web Application name . We can use the following SharePoint Pow...