Hi We have one module which is running fine in 4.7+ DNN versions. But same module is not working in DNN5+ versions. The issue is with Editor.
In all our module we keep the admin side separate in pop up. In DNN 5+ the Editor is printing one error at top of the editor on admin side aspx pages. Though I am able to use the editor and save the content of Editor. The error displayed above is making me worry.
Below is the error trace. I am running this application in 05.01.04 (3)
An error has occurred.
DotNetNuke.Services.Exceptions.ModuleLoadException: 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.Add(Control child) at DotNetNuke.UI.Utilities.MSAJAX.Register(Page objPage) at DotNetNuke.UI.Utilities.MSAJAX.RegisterClientScript(Page objPage, String Path) at DotNetNuke.UI.Utilities.ClientAPI.RegisterClientScriptBlock(Page objPage, String key) at DotNetNuke.UI.Utilities.ClientAPI.RegisterClientReference(Page objPage, ClientNamespaceReferences eRef) at DotNetNuke.UI.Utilities.ClientAPI.RegisterClientReference(Page objPage, ClientNamespaceReferences eRef) at DotNetNuke.UI.Utilities.DNNClientAPI.EnableMinMax(Control objButton, Control objContent, Int32 intModuleId, Boolean blnDefaultMin, String strMinIconLoc, String strMaxIconLoc, MinMaxPersistanceType ePersistanceType, Int32 intAnimationFrames, String strPersonalizationNamingCtr, String strPersonalizationKey) at DotNetNuke.UI.UserControls.LabelControl.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Regards
Jagdish