Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

Email Validation Problem - UpdatePanel missing .Net Exception
Last Post 09-29-2010 01:09 PM by Chad Nash. 6 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Craig LambieUser is Offline
river guide
river guide
Posts:88
Avatar

--
09-15-2010 09:18 AM
    Hi There DS,

    I am having an issue with Dynamic Registration v

    When I select
    Module Configuration>Validation>Validate Email Address; or
    Module Configuration>Validation>Client Side Validation
     I get the following Exception:

    -- Start --

    Cannot unregister UpdatePanel with ID 'DynamicRegistration_UpdatePanel' since it was not registered with the ScriptManager. This might occur if the UpdatePanel was removed from the control tree and later added again, which is not supported.
    Parameter name: updatePanel

    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.ArgumentException: Cannot unregister UpdatePanel with ID 'DynamicRegistration_UpdatePanel' since it was not registered with the ScriptManager. This might occur if the UpdatePanel was removed from the control tree and later added again, which is not supported.
    Parameter name: updatePanel

    Source Error:

    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:<br />
                <br />
                1. Add a "Debug=true" directive at the top of the file that generated the error. Example:<br />
                <br />
                  <br />
                <br />
                or:<br />
                <br />
                2) Add the following section to the configuration file of your application:<br />
                <br />
                <configuration><br />
                   <system.web><br />
                       <compilation debug="true"/><br />
                   system.web><br />
                configuration><br />
                <br />
                Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.<br />
                <br />
                Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

    Stack Trace:

    [ArgumentException: Cannot unregister UpdatePanel with ID 'DynamicRegistration_UpdatePanel' since it was not registered with the ScriptManager. This might occur if the UpdatePanel was removed from the control tree and later added again, which is not supported. Parameter name: updatePanel] System.Web.UI.PageRequestManager.UnregisterUpdatePanel(UpdatePanel updatePanel) +165 System.Web.UI.ScriptManager.System.Web.UI.IScriptManagerInternal.UnregisterUpdatePanel(UpdatePanel updatePanel) +22 System.Web.UI.UpdatePanel.OnUnload(EventArgs e) +42 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +247 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Control.UnloadRecursive(Boolean dispose) +183 System.Web.UI.Page.UnloadRecursive(Boolean dispose) +23 System.Web.UI.Page.ProcessRequestCleanup() +43 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242 System.Web.UI.Page.ProcessRequest() +80 System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21 System.Web.UI.Page.ProcessRequest(HttpContext context) +49 ASP.default_aspx.ProcessRequest(HttpContext context) +4 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 


    Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4927 

    -- End --

    Please assist.

    DNN v05.00.01
    DR v3.20.81

    Thanks
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-27-2010 01:30 PM
    Hi.

    For your specific situation, this isn’t an error I have ever seen reported before from what I can tell but in general anything related to 'Update Panels' in ASP.NET and DotNetNuke is related to AJAX not being installed properly. A quick google search for "Cannot unregister UpdatePanel with ID UpdatePanel since it was not registered with the ScriptManager. This might occur if the UpdatePanel was removed from the control tree and later added again, which is not supported. Parameter name: updatePanel" will show you hundreds of therads on this subject.

    A few questions:
    1. Can you tell me what settings you have under ‘Control Panel’, ‘Module Configuration’, ‘AJAX / jQuery Integration’?
    2. Can you tell me if this site was upgraded from 4.x to 5.x (if so I have seen where DNN on the upgrade path missed some AJAX settings in the web.config). Also, if you go for example and click ‘Edit Settings’ or ‘Edit Module Settings’ and click ‘Update’ do you properly see the DNN Progress Bar scrolling back and forth or do you see the browser actually load a new page? This can help us determine if AJAX is installed properly.
    3. Please let me know if there are any other 3rd party modules that were installed that might have modified the web.config file.
    4. I would for sure upgrade your DNN version as well, that version is pretty old and does have many bugs listed related to AJAX. Basically that release 05.00.01 is really right out of the box the 5.0 release which has many bugs that have been fixed and addressed.

    Thanks,

    Chad
    Craig LambieUser is Offline
    river guide
    river guide
    Posts:88
    Avatar

    --
    09-27-2010 03:44 PM


    1. Can you tell me what settings you have under ‘Control Panel’, ‘Module Configuration’, ‘AJAX / jQuery Integration’? 
    http://screencast.com/t/Y2JiNDcy

    2. Can you tell me if this site was upgraded from 4.x to 5.x (if so I have seen where DNN on the upgrade path missed some AJAX settings in the web.config). Also, if you go for example and click ‘Edit Settings’ or ‘Edit Module Settings’ and click ‘Update’ do you properly see the DNN Progress Bar scrolling back and forth or do you see the browser actually load a new page? This can help us determine if AJAX is installed properly. 
    No upgrades, will upgrade DNN version as suggested.

    3. Please let me know if there are any other 3rd party modules that were installed that might have modified the web.config file. 
    DNNMasters SEO URLProvider Module Human and SEO Friendly URL Provider for DotNetNuke 3.2.13 http://update.dotnetnuke.com/redire...RLProvider" target="_new" style="color: #fea501; text-decoration: underline;">http://update.dotnetnuke.com/update...RLProvider" style="border-width: 0px;border-style: solid;" />

    4. I would for sure upgrade your DNN version as well, that version is pretty old and does have many bugs listed related to AJAX. Basically that release 05.00.01 is really right out of the box the 5.0 release which has many bugs that have been fixed and addressed. 
    Will upgrade and report back

    Thanks
    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1900
    Avatar

    --
    09-28-2010 08:34 AM
    Hello Craig,

    Can you please go to Module Configuration -> Validation Configuration and check to see if "Enable Client Side Validation" and "Enable Server Validation" is both checked?

    If they are, uncheck one of them and update your settings. Please tell me if this gets your control panel back.

    Thanks,

    Ryan
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-28-2010 03:01 PM
    Craig - Thanks for the details. I guess on number one I forgot that the section didn't exist in 3.2 for enabling and disabling jQuery and AJAX.

    I would for sure start with upgrading DotNetNuke as you mentioned above and letting us know if the issue is still there. Also, I did want to know from above your response to this:

    "Also, if you go for example and click ‘Edit Settings’ or ‘Edit Module Settings’ and click ‘Update’ do you properly see the DNN Progress Bar scrolling back and forth or do you see the browser actually load a new page? This can help us determine if AJAX is installed properly."

    If you upgrade you might take baby steps to get to the latest 5.5 build as there have been many updates... I do know that there are some conflicting issues with DNN if you are still running on the 3.2 version however I am not directly aware of any that are critical (especially with the Rich Text Editor). Please keep in mind that version of Dynamic Registration wasn't developed or tested against newer versions of DotNetNuke as its well over a year old.

    Thanks!


    Chad

    Craig LambieUser is Offline
    river guide
    river guide
    Posts:88
    Avatar

    --
    09-28-2010 08:15 PM
    Hi Ryan,

    If I enable either of those, it breaks the page see
    http://cdn.gigtxt.com.au/registrati...xpert.aspx

    So... I guess the answer is yes, by un-enabling these it gets my reg form back.

    Hi Chad,

    I have upgraded DNN to the latest, with no glitches.
    This does not fix the error, it does make it look different you will note on the link above.. I have also removed the Rich Text Editor field.
    As to AJAX, not sure where you are referring to there.... but I have logged into the "user accounts" area, and can switch between "manage password" and "manage user credentials" without any issues, ie. the page does not reload, it just has the little progress bar at the bottom... I presume this is what you mean.

    I get that the DR was not developed against this version. But you suggested I upgrade, which I have...

    Thanks for your help.

    C
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-29-2010 01:09 PM
    Hi Craig,

    What version did you upgrade too?

    When I am referring to the AJAX Progress Bar I am referring to this image:
    http://www.dotnetnuke.com/images/progressbar.gif

    Does that get displayed whenever you do things such as update site settings, page settings, host settinsgs, etc? If so then AJAX is working properly. If you are just seeing the browser progress bar then that means AJAX isn't working properly.


    Thanks,

    Chad
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi