Posted on 01/06/2010 11:54:34
I've installed a stone stock custom solution on DW 7.1 (Application(19.1.0.0))
I've changed the update.xml to 50 same with the ecom xml and then reset the IIS to force updates on the files set and SQL database.
When i enter eCommerce in the backend and try and select SHOP1 and the first group i get index out of bounds, if i right click on SHOP1 and try and change the name it wants to create a new shop (with timestamp now).
I've triede creating a new shop which works but when trying to create product groups i again get index out of bounds.
Also in the backend in eCommerce settings under the various tabs i get the parser error:
Could not load file or assembly 'RadMenu.Net2' or one of its dependencies. The system cannot find the file specified.
Stack trace from index out of bounds msg upon group creation:
[IndexOutOfRangeException: Index was outside the bounds of the array.]
Dynamicweb.Ecom7.Common.Functions.GetGroupsBreadcrumb(String shopFilter, String[] items) +436
Dynamicweb.Ecom7.Common.Functions.GetBreadcrumb(String shopFilter, String treeOpenTo, Action`1 prosessBeforeRender) +186
Dynamicweb.Admin.eComBackend.EcomGroupEdit.Tree_Ready(Object sender, EventArgs e) +137
Dynamicweb.Admin.eComBackend.MainMaster.OnTreeReady(EventArgs e) +53
Dynamicweb.Admin.eComBackend.MainMaster.PopulateTree() +1316
Dynamicweb.Admin.eComBackend.MainMaster.Page_Load(Object sender, EventArgs e) +36
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
|