Often in Sharepoint you’ll need to add assemblies to the Global Assembly Cache. An easy way is creating a registry key which allows you to right click the DLL and add to the GAC in one click.
Simply copy and paste the script below into notepad and save it as a registry file (.reg extension). Then double click the file to exceute and it will then be added it to the registry.
.Net 1.1
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\dllfile\shell\gacutil\command]
@="c:\\windows\\Microsoft.NET\\Framework\\v1.1.4322\\gacutil.exe /i \"%1\""
.Net 2.0
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\dllfile\shell\gacutil\command]
@="C:\\Program Files\\Microsoft Visual Studio 8\\SDK\\V2.0\\Bin\\gacutil.exe /i \"%1\""
See: http://amit-rohilla.spaces.live.com/blog/cns!2CEC2165026E6288!158.entry
SharePoint 2010 Blog is now live!
13 years ago
4 comments:
Hi...
I am really very exited to see this site because when i find this site then i visit this site, I read About registry easy from here! I download registry easy then I got the very good result..
Hi...
I am really very exited to see this site because when i find this site then i visit this site, I read About registry easy from here! I download registry easy then I got the very good result..
http://www.download-registry-cleaners.com/registryeasy/
First of all thanks for this blog. Window registry easy is only such a software where we can make our system is always like a new car. because this soft will remove window registry. So that can help us to fasten our computer..
nice to see you expanding on the BIA post. To the 3 muppets below take your lame registry bullshit somewhere else wankers.
Post a Comment