Hello and thank you for your help in advance,
I have just recently installed your newest cart viper version to fix the singlepagecheckout issue with customers being able to checkout without a state. But I have noticed that now cart viper is throwing exception when edit is clicked on a part by part basis. For example if you click edit part while administrator. The exception is as follows:
InnerException:The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:System.Web.UI.ControlCollection.AddAt
StackTrace:
Message:
DotNetNuke.Services.Exceptions.PageLoadException: The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases. ---> System.Web.HttpException: The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases. at System.Web.UI.ControlCollection.AddAt(Int32 index, Control child) at DotNetNuke.Web.Client.Providers.DnnBodyProvider.RegisterDependencies(HttpContextBase http, String js, String css) at ClientDependency.Core.FileRegistration.Providers.WebFormsFileRegistrationProvider.RegisterDependencies(Control dependantControl, List`1 allDependencies, HashSet`1 paths, HttpContextBase http) at ClientDependency.Core.Controls.ClientDependencyLoader.<RenderDependencies>b__2(ProviderDependencyList x) at System.Collections.Generic.List`1.ForEach(Action`1 action) at ClientDependency.Core.Controls.ClientDependencyLoader.RenderDependencies() at ClientDependency.Core.Controls.ClientDependencyLoader.OnPreRender(EventArgs e) at DotNetNuke.Web.Client.ClientResourceManagement.ClientResourceLoader.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Could you please look into it?