Noman_1
Noman_1

Reputation: 530

asp.net Chart unknown error

I have been some time using asp.net charts, even it was hard to config for asp 3.5 and to make it work, I have been able to move along with all my project but I'm facing something that I have no idea how to solve.

This project works perfectly on my develop enviroment, but when i deployed it on the server, the only page with charts on it appeared like this:

enter image description here

I assume its cause of the charts because its the only thing that really have given me problems and its the only thing that its exclusively on this page but i have no idea how this happens, it only happens on the server with Plesk.

Tried to upload on debug instead of release but the result is the same. Searched overall but never found anything like this.

Upvotes: 1

Views: 188

Answers (1)

Rajeshkumar Kandhasamy
Rajeshkumar Kandhasamy

Reputation: 6461

My Answer may not give you the exact solution. But it may give you an idea's.

Below are my Ideas:

  1. Make Sure you have included all the files into your solution when you do the Build.
  2. Make Sure you have all dependency of Asp.Net Charts in Server.
  3. Check you browser Console and Browser Network. Press F12 in your and check. You can get to know the Exact problem if any issue in loading prob / dependency files.
  4. Double check your server configurations for the charts. And compare your local and server configs.
  5. Do the Deployment in your machine itself and check one round.

Upvotes: 1

Related Questions