Cannot sign .net assembly referencing Interop.OWC10

C

Chris Newby

I have an assembly that references Interop.OWC10 and I need to sign this
assembly. However Visual Studio says that Interop.OWC10 doesn't have a
strong name and my assembly, therefore cannot be compiled using a signature.

Does anyone have any suggestions?

TIA//
 
R

Renze de Waal

Op Wed, 5 Apr 2006 17:44:50 -0400 schreef Chris Newby:
I have an assembly that references Interop.OWC10 and I need to sign this
assembly. However Visual Studio says that Interop.OWC10 doesn't have a
strong name and my assembly, therefore cannot be compiled using a signature.

Does anyone have any suggestions?

TIA//

You should sign the interop assembly. One link which shows you how to do
this:
http://www.novicksoftware.com/TipsAndTricks/tip-vb-net-tlimp-strong-name.htm

Renze de Waal.
 
C

Chris Newby

Ah ... actually from the readding the article I determined that I needed to
set my project's "Wrapper Assembly Key File" property. Never used that
before.

Thanks a ton//
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top