GAC Assembly Missing in Add Reference dialog
Posted
by Frederick
on Stack Overflow
See other posts from Stack Overflow
or by Frederick
Published on 2009-12-19T13:29:00Z
Indexed on
2010/04/20
6:13 UTC
Read the original article
Hit count: 349
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 from Visual Studio, I can't see it anywhere in the Add Reference dialog.
If this is happened to you too, what is the reason for this? And how do I fix this?
(The assembly is actually located in C:\WINDOWS\assembly\GAC_MSIL
folder, if you must know.)
© Stack Overflow or respective owner