문제

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