To make an assembly accessible from BINNTNeha Tewari15yAsked Nov 2, 2011, 2:07 AM1.7kC# CornerHow to make an assembly accessible from BIN while it is already in GAC with same version number?
Jean Paul15y agoPosted Nov 2, 2011, 4:20 AMIf you are using configuration file reference you can exclude the public key token and give a try.orIf it is project reference, then you might need to use .Net Reflection.Eg: Assembly.LoadFile()
Jean PaulPosted Nov 2, 2011, 4:20 AM
or
If it is project reference, then you might need to use .Net Reflection.
Eg: Assembly.LoadFile()