How to register Assembly .net 4.0 in windows 7 GAC?

南楼画角 提交于 2019-12-14 01:22:29

问题


Hi i'm using vs2010 to create a .net 4.0 assembly that i pretend to register on the GAC.

i can't find the gacutil and don't know ho to register an assembly on the 4.0 GAC

can someone help?

SOLUTION FOUND: Register using GacUtil located in: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools


回答1:


You can either copy your assembly to your: %windir%\assembly folder, or use the Global Assembly Cache Utility found in the Microsoft SDK or Visual Studio SDK.



来源:https://stackoverflow.com/questions/6927219/how-to-register-assembly-net-4-0-in-windows-7-gac

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!