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

ajax.aspnetcdn.com error 404

1 Answer 146 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Giovanni De Lazzari
Top achievements
Rank 1
Giovanni De Lazzari asked on 10 May 2012, 08:00 AM
Hi , I'm trying to use RadScriptManager
on my project
I know that I'm using the framework 4.5 but I would like to know if this is an error of my installation or 
is something will be fix in the future

When I use the radScriptmanager set as below 
I get error 404 on fiddler 
for these two files

http://ajax.aspnetcdn.com/ajax/4.5/3/MicrosoftAjax.debug.it.js

http://ajax.aspnetcdn.com/ajax/4.5/3/MicrosoftAjaxWebForms.debug.it.js 

---
Thanks
Giovanni

 <telerik:RadScriptManager ID="RadScriptManager1" runat="server" EnableCdn="true">
         <Groups>
        <telerik:ScriptReferenceGroup>
            <Scripts>
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js"   />
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryPlugins.js" />
            </Scripts>
        </telerik:ScriptReferenceGroup>
    </Groups>
    </telerik:RadScriptManager>



1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 15 May 2012, 08:33 AM
Hi Giovani,

It is simply that these files are not yet uploaded on the Microsoft CDN. This issue has nothing to do with the RadScriptManager. I believe Microsoft will upload the files as soon as the 4.5 framework becomes official.

All the best,
Genady Sergeev
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
General Discussions
Asked by
Giovanni De Lazzari
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or