Re: Satellite Assembly



Brahmam wrote:
> Hi,
> Can any one tell me what is a satellite assembly and where do we
> use this.
>
> Thanks in advance,
> BR

Satellites are explained on this page,

http://www.grimes.demon.co.uk/workshops/fusWSNine.htm

but you should really do the entire tutorial at:

http://www.grimes.demon.co.uk/workshops/fusionWS.htm

They are not really 'assemblies' in several respects: they do not
contain code and they are not loaded by Fusion, .NET's assembly loading
technology. Satellites contain localised resources and are loaded with
the ResourceManager class. An object of this class will determine the
culture that is required and will locate and load the satellite that has
resources for that culture. ResourceManager will even load the resource
from the satellite. If a suitable satellite is not available,
ResourceManager will determine the next best satellite.

Anyway, you'll find all the details in my tutorial.

Richard
--
http://www.grimes.demon.co.uk/workshops/fusionWS.htm
http://www.grimes.demon.co.uk/workshops/securityWS.htm


.



Relevant Pages

  • ASP.NET 2.0 Resource Satellite Assemblies (Bug?)
    ... In this application I am storing all my resources in satellite ... assemblies and I am accessing them via the ResourceManager object. ... the ResourceManager is no longer returning the resources from ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Application Domain
    ... ResourceManager uses. ... A satellite 'assembly' is simply a localised file ... assemblies, they are not loaded by Fusion, they are loaded explicitly by ...
    (microsoft.public.dotnet.framework)
  • Delay-signed satellite assemblies loads even when they should not.
    ... We have a utility program that creates satellite ... assemblies for culture specific resources. ... production machines they do not load since the production machines has ... If I programmatically load the ...
    (microsoft.public.dotnet.framework)
  • Localization problem
    ... In my application I need to load the translated resource from a specific ... ResourceManager from this Assembly, and try to get the text using GetString ... or that all the satellite assemblies required are loadable and fully ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Failed to load resources from resource file, please check your setup
    ... assemblies', however, they are not loaded like normal assemblies. ... and checks for a satellite assembly that has the culture of that locale. ... (For example en for English, en-GB for UK English, en-US for US ... resource in the current assembly. ...
    (microsoft.public.dotnet.general)