G
Guest
Hi all,
in a simple ASP.Net application with resources in satellite assemblies I
have the following problem:
If I set <identity impersonate="true"/>, accessing a culture specific
resource from a satellite assembly fails with the error message:
"Could not find any resources appropriate for the specified culture (or the
neutral culture) in the given assembly. ..."
With <identity impersonate="false"/> everything works. Looks like that an
impersonated user is not able to access resources in satellite assemblies.
Any idea how to enable an impersonated user to access resources in satellite
assemblies?
Franz
in a simple ASP.Net application with resources in satellite assemblies I
have the following problem:
If I set <identity impersonate="true"/>, accessing a culture specific
resource from a satellite assembly fails with the error message:
"Could not find any resources appropriate for the specified culture (or the
neutral culture) in the given assembly. ..."
With <identity impersonate="false"/> everything works. Looks like that an
impersonated user is not able to access resources in satellite assemblies.
Any idea how to enable an impersonated user to access resources in satellite
assemblies?
Franz