Today, I logged into my site as host and changed to the "layout" view. When I did this I got the error below. Now this error ALWAYS appears when I login as host.
I think there is a problem with this custom skin when in "layout" view mode.
Is it now defaulting to the "layout" view when I login? How can I change it back to the default? Is there a querystring parameter I can add to the url to set the view?
After I'm able to log back in and see the site, I'll work on fixing the skin, but being able to login is much more important right now...
Thanks!!
---------------------------------------
An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). ---> System.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). at System.Web.UI.ControlCollection.AddAt(Int32 index, Control child) at DotNetNuke.UI.Skins.Pane.ProcessPane() at DotNetNuke.UI.Skins.Skin.ProcessPanes() at DotNetNuke.UI.Skins.Skin.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) in E:\inetpub\vhosts\mylawrenceville.com\httpdocs\Default.aspx.vb:line 524 at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---