I am new to Strong Name Keys and am trying to put my assemblies into the GAC. I used the following code/script in a post-build event:
Code Block
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\x64\gacutil.exe" -i "$(TargetPath)"
That code works fine in that it adds the assembly to the GAC but I cannot see it in the list of .NET assemblies when in the solution exploreri right click on references-> click add -> then click the .NET tab
I am on Vista(x64) with vs 2005and have tried restarting my pc.
Thanks
Richard