HighTechTalks DotNet Forums  

Add satellite assemblies to a signed assembly???

Dotnet Internationalization microsoft.public.dotnet.internationalization


Discuss Add satellite assemblies to a signed assembly??? in the Dotnet Internationalization forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default Add satellite assemblies to a signed assembly??? - 10-14-2005 , 06:59 AM






Hi all!

Is it possible to add a satellite assembly containing resources with
localized strings to an existing assembly that has been signed with a
unknown private key?

My problem:
I have a third party product with Windows Forms controls that uses
resource files. There are however no resource file for Swedish
included.

So would it be possible to create a resource file with the Swedish
translation, compile it to a satellite assembly and have the third
party assembly (that is signed with an unknown private key) use my new
resource file?

(Note: I'm not interested in sending my translations to the third party
manufacturer and ask him to sign my satellite assembly)

Maybe it is impossible for security reasons???
Or could there be some nice solution to this problem?


Question 2:
Lets say that I'm about to create a WindowsForm gui controller that I
would like to distribute in a signed assembly. Then I would like the
users to be able to create their own recourse-files (with their own
translations).
What must I do to accomplish this?

Regards
/Stefan


Reply With Quote
  #2  
Old   
Andrew Smith \(Infragistics\)
 
Posts: n/a

Default Re: Add satellite assemblies to a signed assembly??? - 10-15-2005 , 04:04 PM






If an assembly is signed, the satellite assembly must also be signed with
the same key file. The assembly location logic is only going to look for an
assembly with the same information as the requesting assembly including the
public key token. If you're going to create a signed assembly, anyone who is
going to create a satellite assembly for it would have to sign their
assembly with your key file.

<svestin (AT) bigfoot (DOT) com> wrote

Quote:
Hi all!

Is it possible to add a satellite assembly containing resources with
localized strings to an existing assembly that has been signed with a
unknown private key?

My problem:
I have a third party product with Windows Forms controls that uses
resource files. There are however no resource file for Swedish
included.

So would it be possible to create a resource file with the Swedish
translation, compile it to a satellite assembly and have the third
party assembly (that is signed with an unknown private key) use my new
resource file?

(Note: I'm not interested in sending my translations to the third party
manufacturer and ask him to sign my satellite assembly)

Maybe it is impossible for security reasons???
Or could there be some nice solution to this problem?


Question 2:
Lets say that I'm about to create a WindowsForm gui controller that I
would like to distribute in a signed assembly. Then I would like the
users to be able to create their own recourse-files (with their own
translations).
What must I do to accomplish this?

Regards
/Stefan




Reply With Quote
  #3  
Old   
AT
 
Posts: n/a

Default Re: Add satellite assemblies to a signed assembly??? - 10-18-2005 , 09:33 AM



OK!

Thanx for the info :-)

That would make it kind of tricky for third party vendors to let their
customers create their own satellite assemblies, unless they are
willing to make their key-file public.

Regards
/Stefan Vestin


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.