Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am using visual studio 2013 with application build using .net 4.5 framework.

I am unable to see the chart controls in toolbox , i do see that the chart control is already checked in .NET framework component when i right click and try to add .


what i am missing ?

Any inputs will really help me !

What I have tried:

tried to add the charts from system web data visualization
Posted
Updated 23-Jul-17 5:54am
v2

1 solution

I had a look in VS2013 with a .NET 4.5 WinForms project, and can see the Chart control in the Toolbox under "Data".
When I look in the .NET Framework Components I see two entries for Chart:
C#
System.Web.UI.DataVisualization.Charting
System.Windows.Forms.DataVisualization.Charting
Here you can find some tips on how to fix this:
How To Fix System.Windows.Forms.DataVisualization.dll is Missing / Not Found Error[^]

You could try downloading the Chart controls for .NET 3.5 (which is probably also on your system), from here: Download Microsoft Chart Controls for Microsoft .NET Framework 3.5 from Official Microsoft Download Center[^]

Otherwise it might be needed to uninstall and install the .NET 4.5 framework again using the webinstaller, Download Microsoft .NET Framework 4.5 from Official Microsoft Download Center[^]

Hope this helps !
 
Share this answer
 
v3
Comments
Member 13316053 23-Jul-17 10:25am    
Hi Rick, I am building ASP.net webapp Project and not WinForms...
RickZeeland 23-Jul-17 11:53am    
Aha, now the monkey comes out of the sleeve (Dutch saying :)), I will tag your question as ASP.NET and see if I can find more information.

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



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