This question is locked. New answers and comments are not allowed.
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>
</Error>
http://aspnet-scripts.telerikstatic.com/mvcz/2011.2.725/telerik.grid.min.js
Regards
Patrick
http://aspnet-scripts.telerikstatic.com/mvcz/2011.2.725/telerik.grid.min.js
Regards
Patrick
5 Answers, 1 is accepted
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
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.
I think it doesn't work since they are not officially released yet.
0
Hello guys,
Indeed, only the official releases go to CDN.
Best wishes,
Georgi Tunev
the Telerik team
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:
Regards
Ricardo Goncalves
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
Hi Ricardo,
The filenames declared in the StyleSheetRegistrar should be in lowercase.
Regards,
Dimo
the Telerik team
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
