Hello,
I'm using regasm with the codebase switch. I get this warning:
RegAsm warning: registering an unasigned assembly with /codebase can cause your assembly to interfere with other app. that may be installed on the same computer. The /codebase switch is intended to be used only with signed assemblies. Please give your assembly a strong name.
I fully understand this warning and attempted to rectify the problem by signing my assemblies. However, I now get build errors as some of my project references (other .net dlls) are not strongly typed.
I don't really want to have to edit these projects to make them signed assemblies (they are part of a much bigger solution that I don't really want to touch).
Is there any way around this?