It's happen some times in my websites. enter image description here

Is really strange, because sometimes just because I changed some dlls in my gadget I get this error. I never was able to fix without install again the web site.

Someone know whats happen and how can I fix it?

有帮助吗?

解决方案

Check your xml-files to ensure that this isnt already covered by the localizationfiles in your project. Most likely, your FileXmlLocalizationProvider is broken, and thats why your reinstall solves the problem. Make sure your episerver.framework file contains the following;

<localization fallbackBehavior="Echo, MissingMessage, FallbackCulture" fallbackCulture="en">
<providers>
  <add virtualPath="~/Your/Path/To/Translations" name="languageFiles" type="EPiServer.Framework.Localization.XmlResources.FileXmlLocalizationProvider, EPiServer.Framework" />
</providers>

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top