Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors() - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T17:30:18Z http://stackoverflow.com/feeds/question/867584 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/867584/extender-controls-must-be-registered-using-registerextendercontrol-before-calli 1 Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors() Khurram Aziz 2009-05-15T08:35:21Z 2009-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#868473 0 Answer by Khurram Aziz for Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors() Khurram Aziz 2009-05-15T12:44:22Z 2009-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#892762 0 Answer by notandy for Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors() notandy 2009-05-21T12:47:13Z 2009-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>