Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I got the below Error when i Publish my Application

C#
Parser Error Message: 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.


and i followed this link
http://stackoverflow.com/questions/1971835/ms-charts-not-working-on-server[^]

now I am getting a new Error
C#
Invalid temp directory in chart handler configuration [C:\TempDump\].


but its Working in my Local Machine.How do i Solve it? :(
Posted
Updated 12-May-14 18:09pm
v2

1 solution

Make sure you have created the C:\TempDump folder on your server and the asp.net worker process has access to it.
 
Share this answer
 
Comments
King Fisher 13-May-14 1:20am    
Do i have to grant the Read/write permission Sir?
Mehdi Gholam 13-May-14 1:32am    
Yes, try it and see.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900