hello..
i just registered a dll in GAC using Visual studio 2008 tools-> cmd
but this dll only reflected in client...(my system) ...it wont reflect in overall..
so i just register the dll in Server...but still i m having the problem...
how to register a dll in server....i found the Gacutil.exe tool in bin folder of SDK
but it wont open...it just disappeared after i opened...
so i registered the dll using visual studio 2005 cmd
so please give some suggestion about registering the dll in server....what r all steps i should taken before registering...and there are multiple Gacutil.exe tools in server...which one i choose...
thanks and regards...ashraf...
*This post is locked for comments
When it comes to GacUtil, you should run it from a cmd prompt since it has no GUI.
Another way would be to create a Setup & Deployment project in VS2008. At least if you want to install it on multiple machines. It will also be easier to uninstall/reinstall. You will have to add the "Global Assembly Cache" to the File system in the S&D project, add the DLL as output and set the install folder to GlobalAssemblyCache. Build and install. That´s it.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156