Re: Can't create strong named assemblies if any referenced assembly references COM
From: Ivan Medvedev [MS] (ivanmed_at_online.microsoft.com)
Date: 09/25/03
- Next message: Ivan Medvedev [MS]: "Everybody is going to the PDC, right?"
- Previous message: Ivan Medvedev [MS]: "Re: IE hosted strong named appliacation."
- Next in thread: Ivan Medvedev [MS]: "Re: Can't create strong named assemblies if any referenced assembly references COM"
- Maybe reply: Ivan Medvedev [MS]: "Re: Can't create strong named assemblies if any referenced assembly references COM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 25 Sep 2003 10:24:38 -0700
Daryl -
you are probably creating non strongname signed assemblies wrapping your COM
components. If you are using tlbimp.exe to create them you can use /keyfile
option to get them signed.
--Ivan
http://blogs.gotdotnet.com/ivanmed
This message is provided "AS IS" with no warranties, and confers no rights.
"Daryl Salisbury" <darylswork@hotmail.com> wrote in message
news:f41b01c382f2$edc011b0$a601280a@phx.gbl...
> Hi I'm having some issues created strong named assemblies
> in .NET 2003...
>
> After setting the AssemblyKeyFile attribute in the
> assembly info for all projects most of them compile OK..
>
> however there is one project which references a COM DLL in
> order to interface with a third party application... I'm
> getting an error that says the Interop assembly doesn't
> have a strong name...
>
> Normally I would use a createobject call to use this COM
> dll in this case however the DLL raises events..
>
> Any idea what I can do to resolve this and use strong
> names?
- Next message: Ivan Medvedev [MS]: "Everybody is going to the PDC, right?"
- Previous message: Ivan Medvedev [MS]: "Re: IE hosted strong named appliacation."
- Next in thread: Ivan Medvedev [MS]: "Re: Can't create strong named assemblies if any referenced assembly references COM"
- Maybe reply: Ivan Medvedev [MS]: "Re: Can't create strong named assemblies if any referenced assembly references COM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|