Friday, February 10, 2012
  Search
Support Forum
Mulitiple controls same id error
Last Post 26 Apr 2007 09:37 PM by Steve Provencher. 3 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
racevedo
New Member
New Member
Send Private Message
Posts:2


--
26 Apr 2007 08:53 PM  
Hi, I am getting this error below, any ideas?

DotNetNuke.Services.Exceptions.ModuleLoadException: Multiple controls with the same ID 'tdFormMasterHeaderCell' were found. FindControl requires that controls have unique IDs. ---> System.Web.HttpException: Multiple controls with the same ID 'tdFormMasterHeaderCell' were found. FindControl requires that controls have unique IDs. at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) 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, Int32 pathOffset) at System.Web.UI.Control.FindControl(String id) at Code5Systems.FormMaster.FormMaster.BindData() in C:\dotnetnuke\Website\DesktopModules\Code5Systems_FormMaster\FormMaster.ascx.vb:line 311 at Code5Systems.FormMaster.FormMaster.Page_Load(Object sender, EventArgs e) in C:\dotnetnuke\Website\DesktopModules\Code5Systems_FormMaster\FormMaster.ascx.vb:line 215 --- End of inner exception stack trace


DNN 4
Formmaster 1.5.5 (I have the source code)
ASP.net 2.0
Win XP

Thanks,

Ric.
Steve Provencher
Moderator
Advanced Member
Advanced Member
Send Private Message
Posts:681


--
26 Apr 2007 09:02 PM  
Is this a modified Module in your development machine?
racevedo
New Member
New Member
Send Private Message
Posts:2


--
26 Apr 2007 09:21 PM  
Yes, it was working when I did the modification but I put it back to the way it was after I started getting this erros. But the error still happening.

History:
I added some code to redirect to a different page in the submit event just to test the code. That's it. It worked once and then I started seeing this error. The code is no longer there but nothing has changed. This is my first time working with this code.

Ric.
Steve Provencher
Moderator
Advanced Member
Advanced Member
Send Private Message
Posts:681


--
26 Apr 2007 09:37 PM  

I generally do not support anybody using the source code in a development environment.

I have seen this problem on non DNN modules, and in general on many ASP.NET applicaions.

Google the specific problem. Reboot the Machine. Delete the module instance etc. Sometimes the files in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\XXXXX get corrupted and need to be deleted.

Try killing aspnet_wp.exe process.

You are not authorized to post a reply.

Active Forums 4.2
Copyright 2004-2012 Code 5 Systems, LLC.