|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Cannot sign .net assembly referencing Interop.OWC10I 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// 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 You should sign the interop assembly. One link which shows you how to do> 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// this: http://www.novicksoftware.com/TipsAndTricks/tip-vb-net-tlimp-strong-name.htm Renze de Waal. 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// Show quote "Renze de Waal" <re***@dewaal.speedlinq.nl> wrote in message news:12lqdxk8h9smu.as159lz8zace$.dlg@40tude.net... > 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. |
|||||||||||||||||||||||