P
Patrick
I have a project on which a WinForm application is run from a website using
Internet Exporer with No Touch deployment.
The main assembly references a assembly containing string resources and a
class to retrieve those resources using ResourceManager. The assembly has
some satellite assemblies for different languages, which are compiled by VS
from resx files.
I am using the following method to retrieve strings:
resourceManager.GetString(str, Thread.CurrentThread.CurrentCulture)
Since I installed sp1, these satellite assemblies are not downloaded anymore
to the download cache, so languages are not used anymore.
When checking out FusLogVw (Fusion Log Viewer) I see that Fusion does not
even try to get the language specific assemblies but loads the neutral one
directly.
So I don't know whether satellite assemblies are not loaded because they are
never accessed, or that they are never accessed because they weren't loaded.
This behaviour occurs on different XP machines (SP1 and SP2) with different
applications.
Please, does somebody have a solution or workaround?
Regards,
Patrick
Internet Exporer with No Touch deployment.
The main assembly references a assembly containing string resources and a
class to retrieve those resources using ResourceManager. The assembly has
some satellite assemblies for different languages, which are compiled by VS
from resx files.
I am using the following method to retrieve strings:
resourceManager.GetString(str, Thread.CurrentThread.CurrentCulture)
Since I installed sp1, these satellite assemblies are not downloaded anymore
to the download cache, so languages are not used anymore.
When checking out FusLogVw (Fusion Log Viewer) I see that Fusion does not
even try to get the language specific assemblies but loads the neutral one
directly.
So I don't know whether satellite assemblies are not loaded because they are
never accessed, or that they are never accessed because they weren't loaded.
This behaviour occurs on different XP machines (SP1 and SP2) with different
applications.
Please, does somebody have a solution or workaround?
Regards,
Patrick