I had the error in this message then installed .06 and it fixed the error at the top of the module. http://www.ventrian.com/Support/ProductForums/tabid/118/forumid/38/postid/15717/view/topic/Default.aspx
I am still getting the following bellow. I am using the simple template that i have modified. If I click on More Featured I get the error at the bottom of the module. It appears that it only happens when paging is required in the dataset. It also happens when there are more than 10 properties in a type.
 |
Unhandled error loading module. DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to toppane ---> System.Web.HttpException: Multiple controls with the same ID 'PropertyAgent_Header_8' were found. FindControl requires that controls have unique IDs. at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.EnsureNamedControlsTable() at System.Web.UI.Control.FindControl(String id, Int32 pathOffset) at System.Web.UI.Control.FindControl(String id) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.ClientAPI.RegisterPostBackEventHandler(Control objParent, String strEventName, PostBackEvent objDelegate, Boolean blnMultipleHandlers) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace --- |
|