I have done upgrade from 4.3.7 to 4.4.0.
After installing my local language, I tried to change language to my native language, and received following error message:
------------------------------------
An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: Det gick inte att mappa sökvägen /Admin/Skins/App_LocalResources/Login.ascx.sv-se.resx. ---> System.InvalidOperationException: Det gick inte att mappa sökvägen /Admin/Skins/App_LocalResources/Login.ascx.sv-se.resx. vid System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) vid System.Web.VirtualPath.MapPathInternal() vid System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) vid System.Web.HttpServerUtility.MapPath(String path) vid DotNetNuke.Services.Localization.Localization.LoadResource(Hashtable target, String language, String cacheKey, String ResourceFile, CustomizedLocale CheckCustomCulture, PortalSettings objPortalSettings) vid DotNetNuke.Services.Localization.Localization.GetResource(String ResourceFileRoot, PortalSettings objPortalSettings, String strLanguage) vid DotNetNuke.Services.Localization.Localization.GetString(String name, String ResourceFileRoot, PortalSettings objPortalSettings, String strLanguage, Boolean disableShowMissingKeys) vid DotNetNuke.Services.Localization.Localization.GetString(String name, String ResourceFileRoot) vid DotNetNuke.UI.Skins.Controls.Login.Page_Load(Object sender, EventArgs e) vid System.Web.UI.Control.OnLoad(EventArgs e) vid System.Web.UI.Control.LoadRecursive() vid System.Web.UI.Control.LoadRecursive() vid System.Web.UI.Control.LoadRecursive() vid System.Web.UI.Control.LoadRecursive() vid System.Web.UI.Control.LoadRecursive() vid System.Web.UI.Control.LoadRecursive() vid System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- Slut på stackspårning för interna undantag ---
What has gone wrong?
Tomas