Could not load file or assembly 'System.Web.DataVisualization, Version=3.5.0.0, Cultu

Discussion in 'Site Programming, Development and Design' started by imea, Jul 27, 2011.

  1. Am getting the error below

    Could not load file or assembly 'System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified

    In my experience, this is because microsofts charting component mschart.exe is not installed on the webserver.

    kindly help me resolve this issue by downloading and installing mschart.exe

    you can download it here

    http://www.microsoft.com/download/en/details.aspx?id=14422
     

    Attached Files:

  2. Resolved

    browse for the system.web.datavisualis.. dll its somewhere in program files
    upload it to the bin directory
    thats all
     
  3. Dear ALL;

    I your Project Find the System.Web.DataVisualization under References and right click it and select Properties.

    In the properties window Set the Copy Local Property to True. This option will copy the System.Web.DataVisualization to your Web Application Bin Folder.
     
  4. You'll need to install Microsoft Chart Controls on the other machines. Run the MSChart.exe
     

Share This Page