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

Possibly Discovered CDN Bug in RadScriptManager

1 Answer 62 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
ed Klopfenstein
Top achievements
Rank 1
ed Klopfenstein asked on 24 Mar 2011, 06:25 PM
I was using the Telerik suite for a project and then upgraded to the most recent version when items in our RadWindows would go blank and FireBug would report a "Telerik is not defined" error. I swept the forums for a solution and everything pointed to the fact that we had to review our web.config or our caching.

Neither was an issue.

However, we solved the problem by removing the CdnSettings variable "TelerikCdn = 'Enabled'" and changed it to "Disabled". It appears that Telerik may not have updated their code in the cloud.

The following is our .NET block and the bold line is what was incorrect.

<telerik:RadScriptManager ID="RadScriptManager1" runat="server"
        EnablePartialRendering="true" EnableScriptCombine="True"
        EnableViewState="false"   ScriptMode="Release"
        LoadScriptsBeforeUI="false" CompositeScript-ScriptMode="Release">
        <CdnSettings TelerikCdn="Enabled" BaseUrl="~/js" />
</telerik:RadScriptManager>



Hope it helps.

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 29 Mar 2011, 04:04 PM
Hi ed Klopfenstein,

You have set the BaseUrl property to a path that is not our CDN. Can you please remove the property from the CdnSettings and test the behavior then?

All the best,
Simon
the Telerik team
Tags
Ajax
Asked by
ed Klopfenstein
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or