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

Error Invoking 'Configure Ajax Manager'

5 Answers 77 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Vino
Top achievements
Rank 1
Vino asked on 22 Jun 2010, 07:41 AM
Hi ,
While configuring AJAX Manager , I selected the RadGrid1 as the Initiate for AJAX Request  and the control for Update i selected the same Rad Grid 1 .
Get an error saying  " Error Invoking 'Configure Ajax Manager' Details : Exception has been thrown by the target of an invocation   "
Unable to find the solution , kindly suggest me.

Thanks in advance!

5 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 24 Jun 2010, 03:07 PM
Hi Vino,

Could you please elaborate a little bit more on your application? Pasting some code snippet for the Ajax and Grid settings will help us to further research on the error and provide more to-the-point solution.

Regards,
Maria Ilieva
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Andy Green
Top achievements
Rank 2
answered on 11 Jan 2012, 09:47 AM
I also get this error, did you find a solution.

Andy
0
Maria Ilieva
Telerik team
answered on 11 Jan 2012, 12:38 PM
Hello Andy,

I haven't replicate such an issue on our side. Could you please elaborate a bit more on your application and the Ajax settings you have.
It will be best if you could open a regular support ticket and send us runnable version of your application which demonstrates the error. Thus we will be able to replicate it locally and advise you further.

All the best,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Andy Green
Top achievements
Rank 2
answered on 11 Jan 2012, 02:36 PM
Unfortuately its not posible to packahe up the app, its large over 2 data bases, and contails personal data.

This is the ajaz manager section from the ASPX page. not sure if this will help.
Andy
<telerik:RadAjaxManager ID="AjaxManager" runat="server" UpdatePanelsRenderMode="Inline" DefaultLoadingPanelID="LoadingPanel" OnAjaxRequest="AjaxManager_AjaxRequest">
      <AjaxSettings>
         <telerik:AjaxSetting AjaxControlID="AjaxManager">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="ddlSpecialty"/>
                 <telerik:AjaxUpdatedControl ControlID="ltlCapacityLabel"/>
                 <telerik:AjaxUpdatedControl ControlID="ltlCapacity"/>
                 <telerik:AjaxUpdatedControl ControlID="chkAutoCall"/>
                 <telerik:AjaxUpdatedControl ControlID="lblAutoCallError"/>
                 <telerik:AjaxUpdatedControl ControlID="btnAddToList"/>
                 <telerik:AjaxUpdatedControl ControlID="lblDuration"/>
                 <telerik:AjaxUpdatedControl ControlID="btnRefresh"/>
                 <telerik:AjaxUpdatedControl ControlID="rdDashboard"/>
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="ddlLocation">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="ddlSpecialty"/>
                 <telerik:AjaxUpdatedControl ControlID="ltlCapacity"/>
                 <telerik:AjaxUpdatedControl ControlID="rdDashboard" />
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="ddlSpecialty">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="ddlSpecialty"/>
                  <telerik:AjaxUpdatedControl ControlID="lblDuration"/>
                 <telerik:AjaxUpdatedControl ControlID="rdDashboard" />
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="cblStatus">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="lblDuration"/>
                  <telerik:AjaxUpdatedControl ControlID="rdDashboard"/>
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="rslTimeOffset">
               <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="lblDuration"/>
                  <telerik:AjaxUpdatedControl ControlID="rdDashboard"/>
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="ddlConsultant">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="lblDuration"/>
                  <telerik:AjaxUpdatedControl ControlID="rdDashboard"/>
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="ddlClinic">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="lblDuration"/>
                 <telerik:AjaxUpdatedControl ControlID="rdDashboard"/>
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="chkAutoCall">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="chkAutoCall" />
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="btnRefresh">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="pnlFilters" />
                 <telerik:AjaxUpdatedControl ControlID="txtPatientName" />
                 <telerik:AjaxUpdatedControl ControlID="lblDuration" />
                 <telerik:AjaxUpdatedControl ControlID="rdDashboard" />
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="tmrDashboard">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="pnlFilters" />
                 <telerik:AjaxUpdatedControl ControlID="lblDuration" />
                 <telerik:AjaxUpdatedControl ControlID="rdDashboard" />
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="rdDashboard">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="lblDuration" />
                 <telerik:AjaxUpdatedControl ControlID="rdDashboard" />
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="chkAutoCall">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="chkAutoCall" />
                 <telerik:AjaxUpdatedControl ControlID="lblDuration" />
                 <telerik:AjaxUpdatedControl ControlID="rdDashboard" />
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="rblSession">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="lblDuration" />
                 <telerik:AjaxUpdatedControl ControlID="rdDashboard" />
 
             </UpdatedControls>
         </telerik:AjaxSetting>
 
     </AjaxSettings>
 </telerik:RadAjaxManager>

0
Maria Ilieva
Telerik team
answered on 12 Jan 2012, 01:07 PM
Hello Andy,

The provided Ajax settings look correct to me and I'm not able to isolate something obvious which may cause the issue. Could you please test the application by wrapping al those controls with regular asp UpdatePanel or RadAjaxPanel instead of using RadAjaxManager and let me know if this makes any difference.

All the best,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Ajax
Asked by
Vino
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Andy Green
Top achievements
Rank 2
Share this question
or