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

RadScriptManager visual studio 2010

1 Answer 65 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
brian
Top achievements
Rank 1
brian asked on 22 Jun 2010, 11:48 AM
This all worked in visual studio 2008, I just upgraded to 2010, project is targeted to 4 framework, ajax toolkit 40412 and latest telerik toolkit RadControls for ASP.NET AJAX Q1 2010
In my first page I have this:
    <telerik:RadScriptManager ID="ScriptManager1" runat="server"
        EnableTheming="True">
    <AuthenticationService Path="~/Services/SpendusAuthService.asmx" />
       <Scripts>
          <asp:ScriptReference Path="~/js/logon.js"/>
       </Scripts>
       <Services>
          <asp:ServiceReference Path="~/EndPoints/RegistrationService.svc" />
       </Services>
    </telerik:RadScriptManager>
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Forest">
               </telerik:RadWindowManager>

and when I attempt to run I get this error :
Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll.

If I switch the the toolkitscriptmanager I get telerik errors with radwindowmanager. what to do

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 25 Jun 2010, 01:26 PM
Hello Brian,

This is a known issue with the RadScriptManager and the Ajax Control Toolkit that we've managed to solve only recently. Please refer to the following forum thread for details and for the possible solutions. The internal build mentioned in the blog post will be available for download later today.

I hope this helps.

Greetings,
Tsvetomir Tsonev
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
Tags
Ajax
Asked by
brian
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or