We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Error when i deploy gantt application to my server

hi, 

I try to deploy the gantt application to my server and when i open the application firebug fire this error 

"NetworkError: 404 Not Found - www.teste.com/Content/ej/common-images/ejicons.woff?-dzszjm" but i found this file in Content\ej\common-images\ejicons.woff

this is my import

<script src="@Url.Content("~/Scripts/jquery-1.10.2.min.js")"></script>     
    <script src="@Url.Content("~/Scripts/jquery.easing-1.3.min.js")"></script>
    <script src="@Url.Content("~/Scripts/jquery.globalize.min.js")"></script>
    <script src="@Url.Content("~/Scripts/jsrender.min.js")"></script>      

    <script src="@Url.Content("~/Scripts/ej/ej.web.all.min.js")"></script>
    <script src="@Url.Content("~/Scripts/ej/ej.unobtrusive.min.js")"></script>
    <script src="@Url.Content("~/Scripts/Cultures/globalize.culture.pt-BR.min.js")"></script>

    <link rel='nofollow' href="@Url.Content("~/Content/ej/default-theme/ej.theme.min.css")" rel="stylesheet" />
    <link rel='nofollow' href="@Url.Content("~/Content/ej/ej.widgets.core.min.css")" rel="stylesheet" />

    @Scripts.Render("~/Scripts/jquery-ui-1.8.24.min.js")    
    @Scripts.Render("~/Scripts/Pages/layout.js")
    @Scripts.Render("~/Scripts/Pages/language.js")
    @Scripts.Render("~/bundles/modernizr")
    @Scripts.Render("~/Scripts/jquery.maskMoney.min.js")

Regards,
Otto Machado

1 Reply

JR John Rajaram Syncfusion Team February 27, 2015 01:19 PM UTC

Hi Otto,

Thanks for using Syncfusion products.

We have analysed the reported issue with our sample. We hosted a MVC Gantt application in IIS Server with below mentioned script reference,

Script reference:

   

    <script src="@Url.Content("~/Scripts/jquery-1.10.2.min.js")"></script>    

    <script src="@Url.Content("~/Scripts/jquery.easing-1.3.min.js")"></script>

    <script src="@Url.Content("~/Scripts/jquery.globalize.min.js")"></script>

    <script src="@Url.Content("~/Scripts/jsrender.min.js")"></script>     

    <script src="@Url.Content("~/Scripts/ej/ej.web.all.min.js")"></script>

    <script src="@Url.Content("~/Scripts/ej/ej.unobtrusive.min.js")"></script>

    <link rel='nofollow' href="@Url.Content("~/Content/ej/default-theme/ej.theme.min.css")" rel="stylesheet" />

    <link rel='nofollow' href="@Url.Content("~/Content/ej/ej.widgets.core.min.css")" rel="stylesheet" />

But we are unable to reproduce the issue. Please find the below screen shot for the output from our side in fire bug, while deploying the Gantt application in IIS server.

Also we are unsure about the content in the below files,

     @Scripts.Render("~/Scripts/Pages/layout.js")

    @Scripts.Render("~/Scripts/Pages/language.js")

    @Scripts.Render("~/bundles/modernizr")

So can you please revert us by modifying the sample based on your application along with the replication procedure? This would be helpful for us to serve you.

Sample Location: http://www.syncfusion.com/downloads/support/directtrac/118337/MVC09NewSample-83608237.zip

Please let us know if you need more information on this.

Regards,
John. R



Loader.
Live Chat Icon For mobile
Up arrow icon