Multiple controls with the same ID 'C3' were found.

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
HardySolar
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Sun Apr 06, 2008 10:49 am
Contact:

Multiple controls with the same ID 'C3' were found.

Post by HardySolar » Thu Jun 05, 2008 12:07 pm

After uploading site and setting up company, when I click catalog, browse I get the following error:

Server Error in '/' Application.
--------------------------------------------------------------------------------

Multiple controls with the same ID 'C3' were found. FindControl requires that controls have unique IDs.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Multiple controls with the same ID 'C3' were found. FindControl requires that controls have unique IDs.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): Multiple controls with the same ID 'C3' were found. FindControl requires that controls have unique IDs.]
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +220
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +280
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +280
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +280
System.Web.UI.Control.EnsureNamedControlsTable() +57
System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +106
System.Web.UI.Control.FindControl(String id) +9
System.Web.UI.WebControls.DataBoundControlHelper.FindControl(Control control, String controlID) +68
System.Web.UI.WebControls.DataBoundControl.GetDataSource() +1863793
System.Web.UI.WebControls.DataBoundControl.ConnectToDataSourceView() +34
System.Web.UI.WebControls.DataBoundControl.OnLoad(EventArgs e) +16
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436

Any Ideas?

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: Multiple controls with the same ID 'C3' were found.

Post by sohaib » Fri Jun 06, 2008 4:20 am

It seems that you have somehow been able to create invalid data in category/catalog-node tables.
Are you using RC2 or RC3?

If you go to Catalog -> Orphaned Items do you see any orphaned products or categories?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Multiple controls with the same ID 'C3' were found.

Post by jmestep » Fri Jun 06, 2008 6:45 am

I think it is something like Sohaib says. I had remembered getting a similar message in the past and it was after I had put some data into the tables directly, but I couldn't remember exactly what I had done.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
HardySolar
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Sun Apr 06, 2008 10:49 am
Contact:

Re: Multiple controls with the same ID 'C3' were found.

Post by HardySolar » Fri Jun 06, 2008 9:48 am

This was a new install. I believe it is RC3. I had attempted to install numerous times and was unsuccessful. I finalyy created a new database and completely reinstalled and all is OK. Luckily I did not have much into it.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Multiple controls with the same ID 'C3' were found.

Post by AbleMods » Sun Jun 08, 2008 7:01 am

HardySolar wrote: I had attempted to install numerous times and was unsuccessful.
Multiple attempts would have created the database records multiple times.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply