This is a migrated thread and some comments may be shown as answers.

Telerik.Web.UI.RadDockZone can contain only controls of type Telerik.Web.UI.RadDock

4 Answers 218 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Pat
Top achievements
Rank 1
Pat asked on 13 Aug 2007, 06:36 PM
I just placed a Prometheus Ajax Manager onto a master page and set a couple of controls and am now receiving this error.  I can't seem to figure out why.  Does anyone have any clues on what to look for with this error.  I didn't receive this error prior to placing the new ajax manager on the master page so I'm pretty much at a loss on it.

4 Answers, 1 is accepted

Sort by
0
Pat
Top achievements
Rank 1
answered on 13 Aug 2007, 08:10 PM
Here is the full error with stack trace:

Telerik.Web.UI.RadDockZone can contain only controls of type Telerik.Web.UI.RadDock

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.InvalidOperationException: Telerik.Web.UI.RadDockZone can contain only controls of type Telerik.Web.UI.RadDock

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:

[InvalidOperationException: Telerik.Web.UI.RadDockZone can contain only controls of type Telerik.Web.UI.RadDock]
   Telerik.Web.UI.RadDockZone.AddedControl(Control control, Int32 index) +162
   System.Web.UI.ControlCollection.AddAt(Int32 index, Control child) +245
   Telerik.Web.UI.RadAjaxControl.MoveUpdatePanel(Control initiator, Control updated) +171
   Telerik.Web.UI.RadAjaxControl.PerformRender() +379
   Telerik.Web.UI.RadAjaxControl.OnPageRender(HtmlTextWriter writer, Control page) +1309
   Telerik.Web.UI.RadAjaxControl.RenderPageInAjaxMode(HtmlTextWriter writer, Control page) +47
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +2113547
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
   System.Web.UI.Page.Render(HtmlTextWriter writer) +26
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1896
0
Pat
Top achievements
Rank 1
answered on 14 Aug 2007, 03:05 AM
I did some more testing on this and found that I had the ajaxmanager set to update a raddock with the original Radcontrols ajaxmanager.  When I switched to the prometheus ajaxmanager, that is when I got the error.  I then moved from the raddock as the updateable control to the radpanel that was inside the raddock with the prometheus ajaxmanager.  No I don't get any updates on the radpanel.

What is going on with this and how do I fix it?  It is becoming very critical and there don't appear to be any solutions online...
0
Pat
Top achievements
Rank 1
answered on 14 Aug 2007, 03:06 AM
I did some more testing on this and found that I had the ajaxmanager set to update a raddock with the original Radcontrols ajaxmanager.  When I switched to the prometheus ajaxmanager, that is when I got the error.  I then moved from the raddock as the updateable control to the radpanel that was inside the raddock with the prometheus ajaxmanager.  No I don't get any updates on the radpanel.

What is going on with this and how do I fix it?  It is becoming very critical and there don't appear to be any solutions online...
0
Petya
Telerik team
answered on 14 Aug 2007, 07:27 AM
Hi Pat,

I believe your question was answered in the following forum thread.

Regards,
Petya
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Dock
Asked by
Pat
Top achievements
Rank 1
Answers by
Pat
Top achievements
Rank 1
Petya
Telerik team
Share this question
or