Chart control Failed to load in the chrome brower

Posted by: alwininfant on 19 November 2019, 10:47 pm EST

    • Post Options:
    • Link

    Posted 19 November 2019, 10:47 pm EST - Updated 30 September 2022, 2:46 am EST

    I am currently using the Spread.net 13 in visual studio 2019

    while I try to create a chart control inside the Spread. I am unable to load the chart control in the browser. The browser console window shows an error of “Failed to load resource: the server responded with a status of 404 ()”

    and I have attached the screenshot of my browser window

    kindly help me to resolve this issue

  • Posted 20 November 2019, 8:55 pm EST

    Hi,

    Please make sure that you have added the following FpChart handler in the web.config file.

    <system.webServer>
        <handlers>
          <add name="chart" path="FpChart.axd" verb="*" type="FarPoint.Web.Chart.ChartImageHttpHandler" />
        </handlers>
      </system.webServer>
    

    Hope it helps!

    Regards,

    Manish Gupta

  • Posted 21 November 2019, 4:07 pm EST

    Hi Manish Gupta,

    Thanks for your reply and now the charts work as expected

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels