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 Assembly Key File'.
I tried finding a similar setting in VS2005, but couldn't find any. So I was wondering if there's any equivalent way of strong naming COM Interops in VS2005 and getting rid of the above error.
If anyone knows, please tell me.
Thanks.