Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors() - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T17:30:18Zhttp://stackoverflow.com/feeds/question/867584http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/867584/extender-controls-must-be-registered-using-registerextendercontrol-before-calli1Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors()Khurram Aziz2009-05-15T08:35:21Z2009-11-06T12:00:07Z
<p>I am trying to deploy a web application built with Dotnetnuke. There is an DNN Control/ASCX having a MultiView and few AjaxToolkit Controls like AutoComplete, ModalPopup. In Views other (plain) ASCXs are included and some of which have UpdatePanel.</p>
<p>On the developer machine (WinXp / ASP.NET Web Server) there is no error...but when I try to deploy it on server, I get the above error.</p>
http://stackoverflow.com/questions/867584/extender-controls-must-be-registered-using-registerextendercontrol-before-calli/868473#8684730Answer by Khurram Aziz for Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors()Khurram Aziz2009-05-15T12:44:22Z2009-05-15T12:44:22Z<p>I tried the latest AjaxToolkit release, but problem remained the same...</p>
<p>It appears that it has something to do with MultiView, the control itself is loading dynamically into DNN. Removing MultiView has resolved the issue.</p>
<p>The production site is running a bit older version of Dotnetnuke, and the developer is using the latest Dotnetnuke. This may be the issue...However we tried disabling SupportsPartialRendering option of DNN and adding ScriptManager ourselves...but it didnt resolved the issue.</p>
http://stackoverflow.com/questions/867584/extender-controls-must-be-registered-using-registerextendercontrol-before-calli/892762#8927620Answer by notandy for Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors()notandy2009-05-21T12:47:13Z2009-05-21T12:47:13Z<p>Hmm, the best guide I could find is <a href="http://adefwebserver.com/DotNetNukeHELP/Misc/Dotnetnuke%5FAJAX%5FControlToolkit.htm" rel="nofollow">this</a> article about how to build a ajax module. Maybe give this sample a try and if it works, compare the differences between this sample module and the custom module you are building.</p>