c# - can you make a "weak" assembly reference to a strong named assembly

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-03-22T11:28:55Z Indexed on 2010/03/22 11:31 UTC
Read the original article Hit count: 679

hi,

for various reasons i would rather not use strong named (signed) assemblies in my project. however, one of the projects is referenced by a sharepoint web part which means it must be signed.

is it possible to have this assembly signed but when I reference it from other projects, to do so using a non-strong reference. this would give me the advantages of having a non-signed assembly for the rest of my code but still allow it to be loaded by sharepoint

Tim

© Stack Overflow or respective owner

Related posts about c#

Related posts about assembly