register a dll using visual studio command prompt tool
To use gacutil on a development machine go to:
Then use these commands to uninstall and Reinstall respectively. Note I did NOT include
collected from:
http://stackoverflow.com/questions/7787607/drag-and-drop-a-dll-to-the-gac-assembly-in-windows-server-2008-net-4-0
Start -> programs -> Microsoft Visual studio 2010 -> Visual Studio Tools -> Visual Studio Command Prompt (2010)
Then use these commands to uninstall and Reinstall respectively. Note I did NOT include
.dll
in the uninstall command.gacutil /u myDLL
gacutil /i "C:\Program Files\Custom\myDLL.dll"
collected from:
http://stackoverflow.com/questions/7787607/drag-and-drop-a-dll-to-the-gac-assembly-in-windows-server-2008-net-4-0
Comments
Post a Comment