Msuk,
Once you compile the assembly, you do not need to distribute the strong
name file (nor should you!). You just have to deploy the assembly.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"msuk" <(E-Mail Removed)> wrote in message
news:F1FB5EC0-BC55-4D4A-B90F-(E-Mail Removed)...
> All,
>
> I have a C# COM+ component and have created a strong name file using the
> sn.exe.
> In my AssembleyInfo.cs I have added the following:
>
> [assembly: AssemblyKeyFile("xxxx.snk")]
>
> My question is when I deploy the COM+ component to the production server
> do
> I need to deploy the strong name file as well? If so where should the
> strong
> name file go same directory as the COM+ component?
>
> Thanks
> Msuk
>