Search code examples
assembliesgacgacutil

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


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


Solution

  • 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.