Tagged Questions

4
votes
3answers
962 views

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

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 ...
0
votes
1answer
238 views

Is there a way to have assemblyBinding->bindingRedirect allow several target versions?

I am in signed .NET assembly hell. I have an application compiled against signed Assembly A, version 1.1 (SA 1.1.1) . On some systems I already have SA 1.1.2 Is it possible to express this in the ...
0
votes
7answers
1k views

Why are signed assemblies slow to load?

I encountered a strange problem this week that I can't explain: I switched my application to use the signed version of some third party assemblies (Xceed Grid and some of their other components) and ...