SYMPTOM
You encounter the following error message when running a page containing a chart.
Could not load file or assembly 'dotnetCHARTING' or one of its dependencies. The system cannot find the file specified.
CAUSE
If this appears the first time you try to run a page with a chart or sample, it usually means the app's root folder is not set up as an application.
SOLUTION
WebForms: To resolve this issue, make sure the directory containing the bin folder is set up as an application in IIS manager. For detailed instructions, please see this document.
WinForms: Ensure the dotnetCHARTING.WinForms.DLL file is located in your application's bin folder and add the DLL to your project references in Visual Studio.