strong-naming

Automatically strong naming COM Interop wrappers.

I have a C# project in VS2005 that is referencing a few COM libraries. When I build it errors like this are thrown: Referenced assembly 'assemblyName' does not have a strong name. Now, I used to reference COM assemblies in VS2003 and it would automatically sign the Interop wrappers. All I had to do was set the setting 'Wrapper Assembl...

Strong Signing, and Updating A Referencing Assembly

Hi, I have two, third party assemblies: Foo.dll and ReferencesFoo.dll As noted, ReferencesFoo.dll is an assembly that has a reference to Foo.dll For my application, I need to resign these assemblies. I use ildasm/ilasm in combination along with a signing key to resign them, however, ReferencesFoo.dll still contains (in it's manifes...