MVC C# .NET - Fix Error - The type or namespace name 'DataVisualization' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)
Error CS0234 The type or namespace name 'DataVisualization' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)
Watch this example on YouTube
when trying to use
using System.Web.UI.DataVisualization.Charting;
No comments:
Post a Comment