Ok thanks. The ILMerge trick actually works but it seems a bit ugly. ?( Is this really how Microsoft intended it to work? What's the best practice?
Cheers
Bjorn
I'm trying to access a strong-named assembly (NLog) from my asp application but get the security exception (System.Security.SecurityException: That assembly does not allow partially trusted callers.)
This is because the trust level is set to medium on Jodo's web server (which is normal for...