Re: Strong naming and COM interop
From: Dmitriy Lapshin [C# / .NET MVP] (x-code_at_no-spam-please.hotpop.com)
Date: 10/07/03
- Next message: Dmitriy Lapshin [C# / .NET MVP]: "Re: Not able to connect to SQL Server"
- Previous message: Charles: "Strong naming and COM interop"
- In reply to: Charles: "Strong naming and COM interop"
- Next in thread: Michel Gallant: "Re: Strong naming and COM interop"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 7 Oct 2003 16:50:40 +0300
Hi Charles,
First, create a key file with the sn.exe utility. Then, have tlbimp.exe sign
your interop assembly with the key file provided in command line arguments.
I can't provide the exact command line switches off the top of my head but
you will be easily able to figure them out from the help messages displayed
by these programs.
-- Dmitriy Lapshin [C# / .NET MVP] X-Unity Test Studio http://x-unity.miik.com.ua/teststudio.aspx Bring the power of unit testing to VS .NET IDE "Charles" <a@b.c> wrote in message news:112301c38cc7$ddf16070$a101280a@phx.gbl... > > I want to strongly name an assembly that references some > COM components for which I do not have the source code. > How do I create a strongly named interop. Library for > these components and is there anything else I need to > worry about? > > Also does anyone have any guidance on managing the key > files. > >
- Next message: Dmitriy Lapshin [C# / .NET MVP]: "Re: Not able to connect to SQL Server"
- Previous message: Charles: "Strong naming and COM interop"
- In reply to: Charles: "Strong naming and COM interop"
- Next in thread: Michel Gallant: "Re: Strong naming and COM interop"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|