Problem using fix from article id 834608

  • Thread starter Nathan Sokalski
  • Start date
N

Nathan Sokalski

I recieve an error about multiple controls with same id when running my
ASP.NET application with Trace turned on. It gives me the following error:

[HttpException (0x80004005): Multiple controls with the same ID
'TitleBanner:_ctl0' were found. Trace requires that controls have unique
IDs.]
System.Web.TraceContext.AddNewControl(String id, String parentId, String
type, Int32 viewStateSize) +313
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean
calcViewState) +201
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean
calcViewState) +263
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean
calcViewState) +263
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean
calcViewState) +263
System.Web.UI.Page.ProcessRequestMain() +1608


After spending some time searching, I found a supposed fix on Microsoft's
site at:

http://support.microsoft.com/default.aspx?scid=kb;en-us;834608

However, even after following the instructions on this page I still recieve
the error. I think I did something wrong when following the instructions
because my .NET Framework 1.1 Configuration utility still says version
1.1.4322.573 even though the file information on Microsoft's fix page says
version 1.1.4322.996, but I am not sure what. Does anybody have any idea
what I might be doing wrong, or if possible, can someone give me more
direct, step-by-step instructions on what I need to do? I am using Windows
XP Pro SP2, and I have all available updates from windowsupdate. I also use
Visual Studio .NET 2003. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,049
Members
48,769
Latest member
Clifft

Latest Threads

Top