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 cagutil 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

link|improve this question

65% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
1  
After a long history on googling and your help, i've realized that i've lots of possible places to get the valid GACUTIL to do the job!!! in this case it is in: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools – Flavio Oliveira Aug 3 '11 at 14:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.