.NET Framework Bookmark and Share   
 index > .NET Base Class Library > Strong Name Key or GAC problem/lack of understanding?
 

Strong Name Key or GAC problem/lack of understanding?

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

Dessus
That's because the Add Reference dialog has nothing to do with the GAC. See http://support.microsoft.com/kb/306149

Mattias Sjögren
That's because the Add Reference dialog has nothing to do with the GAC. See http://support.microsoft.com/kb/306149

Mattias Sjögren

You can use google to search for other answers

Custom Search

More Threads

• round of a decimal
• Generic Methods and List<T>
• reset data type
• How do you add nodes to a tree view?
• Problem in converting byte[]to stringBuilder
• Current culture problem
• Need System.IO.Ports Help
• XML child node access
• KeyedCollection Support Two-Way DataBinding?
• How to use System.Diagnostics.Process.Start to open a folder and select a file in that folder