You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2019. It is now read-only.
When I install the uWebshop package I get following error. But if I check in content I can see that uWebshop is created and I can create a shop, categories, ... But some labels for shop, categories are not correctly translated.
Is this normal behaviour or what do I have to do to solve this problem? I need to install an older version of umbraco?
Could not find a part of the path.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[DirectoryNotFoundException: Could not find a part of the path.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +1398
System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost) +175
uWebshop.Package.Installer.uWebshopInstaller.MoveXLSTFiles() +725
uWebshop.Package.Installer.uWebshopInstaller.DoLogged(Action action, String message) +108
uWebshop.Package.Installer.uWebshopInstaller.Page_Load(Object sender, EventArgs e) +928
System.Web.UI.Control.OnLoad(EventArgs e) +97
System.Web.UI.Control.LoadRecursive() +154
System.Web.UI.Control.LoadRecursive() +251
System.Web.UI.Control.LoadRecursive() +251
System.Web.UI.Control.LoadRecursive() +251
System.Web.UI.Control.LoadRecursive() +251
System.Web.UI.Control.LoadRecursive() +251
System.Web.UI.Control.LoadRecursive() +251
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4740
The text was updated successfully, but these errors were encountered:
I really should make time to release a new version from the Development branch, a lot of issues are fixed in there.
about your remark: "But some labels for shop, categories are not correctly translated."
Did you already install a dictionary package? They might nog be 100% complete and by default uWebshop does not install any dictionary items. We have a lot of customers who have created their own dictionary packages so we stopped to install our own by default.
Hi,
When I install the uWebshop package I get following error. But if I check in content I can see that uWebshop is created and I can create a shop, categories, ... But some labels for shop, categories are not correctly translated.
Is this normal behaviour or what do I have to do to solve this problem? I need to install an older version of umbraco?
Could not find a part of the path.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[DirectoryNotFoundException: Could not find a part of the path.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +1398
System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost) +175
uWebshop.Package.Installer.uWebshopInstaller.MoveXLSTFiles() +725
uWebshop.Package.Installer.uWebshopInstaller.DoLogged(Action action, String message) +108
uWebshop.Package.Installer.uWebshopInstaller.Page_Load(Object sender, EventArgs e) +928
System.Web.UI.Control.OnLoad(EventArgs e) +97
System.Web.UI.Control.LoadRecursive() +154
System.Web.UI.Control.LoadRecursive() +251
System.Web.UI.Control.LoadRecursive() +251
System.Web.UI.Control.LoadRecursive() +251
System.Web.UI.Control.LoadRecursive() +251
System.Web.UI.Control.LoadRecursive() +251
System.Web.UI.Control.LoadRecursive() +251
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4740
The text was updated successfully, but these errors were encountered: