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

[Solved] Error due to unavailability of RadAjaxServiceManager Control in 2009.2 build 701

0 Answers 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Damodaran Mahadevan
Top achievements
Rank 1
Damodaran Mahadevan asked on 20 Jul 2009, 04:04 PM
Hi,

I am facing an issue due to unavailability of RadAjaxServiceManager in the latest release 2009.2 build 701

I went through a few posts which states the same issue, i tried fixing the error by including ScriptManagerProxy in my page and including service reference path as shown below:

<asp:ScriptManagerProxy ID="m_UIKeyInfoAjax" runat="server">
<Services>
    <asp:ServiceReference Path="~/WebServices/Framework/KeyInfo/NewRequests.asmx" />
    <asp:ServiceReference Path="~/WebServices/Framework/KeyInfo/UpcomingInterviews.asmx" />
</Services>
</asp:ScriptManagerProxy>

Also in the Web servce file, i had included the following tag to make the webservice, a script callable one:

[System.Web.Script.Services.ScriptService]

However it has not solved my issue as the data which would be populated through a web method in the web service is not being displayed in my page.

We were not facing this issue earlier when the RadAjaxServiceManager class was available.

Please help me out to solve this issue.

Regards,
Damodar



No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Damodaran Mahadevan
Top achievements
Rank 1
Share this question
or