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

[Solved] Telerik CDN for version 2011.2.725 not working

5 Answers 131 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Patrik
Top achievements
Rank 1
Patrik asked on 10 Aug 2011, 01:47 PM
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>mvcz/2011.2.725/telerik.grid.min.js</Key>
<RequestId>77CBF68A2AD065BF</RequestId>
<HostId>
S9zyg9V5fbnS0tkuLaAgbYs10nf9mFoQkz4XrMLKudbsLOatnkFPaZuTUKFwUrgT
</HostId>

5 Answers, 1 is accepted

Sort by
0
Ricardo de Assuncao Goncalves
Top achievements
Rank 1
answered on 21 Sep 2011, 08:53 AM
Did you solve your problem? I am having the same issue with this version:

http://aspnet-scripts.telerikstatic.com/mvcz/2011.2.902/telerik.common.min.js

Cheers
0
Patrik
Top achievements
Rank 1
answered on 21 Sep 2011, 08:55 AM
No i had to download the files and add them to the project instead.

I think it doesn't work since they are not officially released yet.
0
Georgi Tunev
Telerik team
answered on 21 Sep 2011, 03:12 PM
Hello guys,

Indeed, only the official releases go to CDN.


Best wishes,
Georgi Tunev
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 Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
Ricardo de Assuncao Goncalves
Top achievements
Rank 1
answered on 22 Sep 2011, 12:37 PM
Thanks for your answer. I found part of the css files in the CDN for the release 2011.2.914. The StyleSheetRegistrar is generating the following code:

http://aspnet-skins.telerikstatic.com/mvcz/2011.2.914/telerik.Office2010Blue.min.css
http://aspnet-skins.telerikstatic.com/mvcz/2011.2.914/telerik.common.min.css 

The "telerik.common.min.css" is in the CDN but the "telerik.Office2010Blue.min.css"  is not there. Do you know why the StyleSheetRegistrar is generating something that It is not in the telerik CDN?


StyleSheetRegistrar:

<%: Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.UseTelerikContentDeliveryNetwork(true).Add("telerik.common.css").Add("telerik.Office2010Blue.css").Combined(true).Compress(true)) %>


Regards
Ricardo Goncalves
0
Dimo
Telerik team
answered on 22 Sep 2011, 02:10 PM
Hi Ricardo,

The filenames declared in the StyleSheetRegistrar should be in lowercase.

Regards,
Dimo
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 Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Grid
Asked by
Patrik
Top achievements
Rank 1
Answers by
Ricardo de Assuncao Goncalves
Top achievements
Rank 1
Patrik
Top achievements
Rank 1
Georgi Tunev
Telerik team
Dimo
Telerik team
Share this question
or