ASP.NET - Add Reference of GAC is not possible ?
Posted
by csharpbaby
on Stack Overflow
See other posts from Stack Overflow
or by csharpbaby
Published on 2009-09-21T18:38:16Z
Indexed on
2010/04/29
7:17 UTC
Read the original article
Hit count: 365
I am new to ASP.NET having some basic doubts.
1) The public assemblies are deployed in GAC.Even when i go for "Add Reference ", I can
not point to c:\windows\assembly ( i hope it is not possible) .Still i need to refer the
assembly from ..\Bin folder of the source project ( custom assembly).Is there any consideration behind it?
2 ) Why exe is not allowed in GAC ?
© Stack Overflow or respective owner