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

404 error for file kendoui.woff

12 Answers 1807 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Laurie
Top achievements
Rank 2
Laurie asked on 12 Oct 2015, 09:33 PM

I'm not sure if this only happens in the Grid, but I have been consistently getting a 404 error upon getting http://localhost/Content/kendo/2015.2.902/images/kendoui.woff?v=1.1.  Any idea what might be happening?

Thanks.

Laurie

12 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Nikolov
Telerik team
answered on 14 Oct 2015, 08:36 AM

Hello Laurie,

 

You need to include the .woff file in your project. You can find it in the following folder of the downloaded package

 

...\telerik.ui.for.aspnetmvc.[version-number].commercial\styles\images

 

Include the file in your project and the problem should be resolved. 

 

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Laurie
Top achievements
Rank 2
answered on 14 Oct 2015, 06:09 PM

Digging a bit, I found the file in my project, then realized this happened only when I was running my project locally, and that the reason is that my IIS is not set up to serve the .woff mimetype.  

Thanks.

Laurie

0
Kiril Nikolov
Telerik team
answered on 15 Oct 2015, 05:50 AM

Hello Laurie,

 

That could be a reason as well :) (sorry for missing it)

 

Anyway - I am happy to hear that the issue is resolved.

 

In case you have any further questions, please do not hesitate to contact us.

 

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Keith Mycek
Top achievements
Rank 1
answered on 01 May 2017, 11:35 PM

I have a related issue. I am also getting several 404s for fonts and other shared Telerik images while loading a MVC.Net page. It seems like the path is off. The page wants to load "http://[www.somewebhost.com]/kendo/images/kendoui.woff?v=1.1", instead of "http://[www.somewebhost.com]/content/kendo/2017.1.223/images/kendoui.woff?v=1.1". All the files are already included in the project and published to the second URL. How can I make a global change to let the telerik scripts know that the resources are under the second directory?

 

 

Keith

0
Alex Hajigeorgieva
Telerik team
answered on 03 May 2017, 01:24 PM
Hello Keith,

Could you share how the files are loaded? Are you using a bundler? Is the server set up to serve mime types?

<staticContent>
 <remove fileExtension=".woff"/>
 <mimeMap fileExtension=".woff" mimeType="application/x-font-woff"/>
</staticContent>

Please elaborate on the specifics of the application so I can advise further. A snippet with the folder structure and bundling(if any) would be helpful.

Regards,
Alex Hajigeorgieva
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data (charts) and form elements.
0
Keith Mycek
Top achievements
Rank 1
answered on 03 May 2017, 03:00 PM

I am using bundling, Alex. The telerik content files are under /Content/kendo/2017.1.223. The script files are under /Scripts/kendo/2017.1.223. I was able to get everything to work by following Atanas' instructions on this post (and obviously substituting 2017.1.223 for 2012.3.1315.

http://www.telerik.com/forums/kendo-projects-and-mvc-bundling

 

Thanks.

Keith

 

0
ksafadi
Top achievements
Rank 1
answered on 13 Jul 2017, 06:09 PM
Where do I have to put all the files in my project? I found all the components in '...\telerik.ui.for.aspnetmvc.[version-number].commercial\styles\images'. But I don't know where I should put them and if I need some more code?
0
Alex Hajigeorgieva
Telerik team
answered on 17 Jul 2017, 11:39 AM
Hi Karim,

If you are experiencing 404 errors for the font icons, you will need a folder with /fonts/ as well in your application. Further code will not be needed as the CSS declarations refer to the /fonts folder for their styles. Please see the folder structure article for more details:

http://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling#theme-related-folders

If the folder structure you have corresponds to the one in the article, please provide more details about the error and also a code snippet of the bundling if any is used and the folder structure of the project.

Kind Regards,
Alex Hajigeorgieva
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data (charts) and form elements.
0
Steve
Top achievements
Rank 1
answered on 04 May 2018, 09:25 PM
For me, I failed to include the version number in my style bundle name. See here: https://www.telerik.com/forums/font-bundles-and-404-error
0
sam
Top achievements
Rank 1
Veteran
answered on 25 Sep 2020, 01:18 PM

I am getting this error while i migrated .net 4.5 project to .net core 3.1

Any idea where exactly i need to add above can you explain it would be great help

0
sam
Top achievements
Rank 1
Veteran
answered on 27 Sep 2020, 03:24 PM

Hi Team,

please find attached copy for reference and let me know your suggestion attach copy working fine in asp.net but breaking in asp.net core

0
Misho
Telerik team
answered on 29 Sep 2020, 12:46 PM

Hello,

I'm attaching a sample Telerik ASP.NET Core 3.1 application containing a Grid with latest Telerik version 2020.3.915, which is working properly on my end with no 404 errors and missing icons:

https://take.ms/U3K2v 

You could consider it as a reference for implementing your setup with a similar configuration. 

In addition you may find the following article for bundling in ASP .NET Core web applications useful:

https://docs.microsoft.com/en-us/aspnet/core/client-side/bundling-and-minification?view=aspnetcore-3.1#add-files-to-workflow 

I hope you will find this information useful.

In case you have other questions related to Kendo UI components, please do not hesitate to contact us.

Best Regards,
Misho
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

Tags
General Discussions
Asked by
Laurie
Top achievements
Rank 2
Answers by
Kiril Nikolov
Telerik team
Laurie
Top achievements
Rank 2
Keith Mycek
Top achievements
Rank 1
Alex Hajigeorgieva
Telerik team
ksafadi
Top achievements
Rank 1
Steve
Top achievements
Rank 1
sam
Top achievements
Rank 1
Veteran
Misho
Telerik team
Share this question
or