Hello,
I'm implementing Gantt control in my project in Visual Studio 2010 and .Net 4.0Hi OneTx,
Thanks for using Syncfusion product.
We have analyzed on this issue you have reported. We suggest you to do the following options to overcome this,
<system.webServer> <staticContent> <remove fileExtension=".woff" /> <mimeMap fileExtension=".woff" mimeType="application/font-woff" /> </staticContent> </system.webServer> |
2.Or else we can change in IISExpress definition,
a. It is in ~\Documents\IISExpress\config\applicationhost.config
b. Search for .woff and you can find the below line.
< |
c. Change its mimeType to “application/font-woff”
< |
d. Again restart your application.
We have prepared a sample based on this and you can find the sample under the following location:
Sample: http://www.syncfusion.com/downloads/support/forum/118750/GanttejiconIssue-840383403.zip
Please refer the below link for more details,
http://zduck.com/2013/google-chrome-and-woff-font-mime-type-warnings/
Please let us know if you need more information on this.
Regards,
Mahalakshmi K.