This question is locked. New answers and comments are not allowed.
Hi,
I am using the newest version of Telerik MVC Extensions in my ASP.NET MVC 4 Beta. Everything works fine until I try to combine the css files using the following call:
@(Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add("telerik.common.css").Add("telerik.windows7.css").Combined(true).Compress(true))
When doing this is get the asset.axd link, but the link returns a 404 code. If I remove the ".Combined(true)" my code works fine.
I have followed these two guides:
http://blogs.telerik.com/blogs/posts/12-03-08/using-the-telerik-extensions-in-asp-net-mvc4-today---a-first-look.aspx
http://www.telerik.com/help/aspnet-mvc/web-assets-working-with-javascript-web-assets.html
But the Combined part is still not working. How can I make this work?
Thanks,
David
I am using the newest version of Telerik MVC Extensions in my ASP.NET MVC 4 Beta. Everything works fine until I try to combine the css files using the following call:
@(Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add("telerik.common.css").Add("telerik.windows7.css").Combined(true).Compress(true))
When doing this is get the asset.axd link, but the link returns a 404 code. If I remove the ".Combined(true)" my code works fine.
I have followed these two guides:
http://blogs.telerik.com/blogs/posts/12-03-08/using-the-telerik-extensions-in-asp-net-mvc4-today---a-first-look.aspx
http://www.telerik.com/help/aspnet-mvc/web-assets-working-with-javascript-web-assets.html
But the Combined part is still not working. How can I make this work?
Thanks,
David