I am developing a new website on v7.0.16 with ASPX templates
After I applied a default workflow on the document tree, I got the error message "The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases." on the Edit page screen in the CMSDesk. It only happened when the workflow was on.
I followed the developer guide and use the ajax tool kits and portal manager in the master page. If I used a Pagemanager instead of PortalManager. it worked fine and issue did not come up. However, the "save" and "cancel" button for the editable region disappear.
<ajaxToolkit:ToolkitScriptManager ID="manScript" runat="server" EnableViewState="false" ScriptMode="Release" />
<cms:CMSPortalManager ID="CMSPortalManager1" runat="server" EnableViewState="false" />
Let me know if you want some more information.
Cheers,
Matt