I have an Interop assembly lying in GAC; Windows Explorer clearly shows it listed in the C:\\WINDOWS\\assembly
folder. Yet, when I try to add a reference to it in f
Alternatively, I edited the Project file and added the reference manually.
gacutil /i "Foo.dll"
gacutil /l
will give you the list from which you can pick.