Interops and Strong Names

  • Thread starter Thread starter JE Gonzalez
  • Start date Start date
J

JE Gonzalez

Does anyone out there know how to get around the problem
of not being able to strong name a C# assembly if an
interop is referenced in the assembly?
 
Thus spake JE Gonzalez:
Does anyone out there know how to get around the problem
of not being able to strong name a C# assembly if an
interop is referenced in the assembly?

In your project properties, have a look at the General category. Specify
your SNK file where you see "Wrapper Aseembly Key File" and your interop
assemblies will be signed upon creation.
 
Back
Top