Thursday 11 February 2021

MVC - Fix Error - The type or namespace name 'DataVisualization' does not exist in the namespace 'System.Web.UI'

 Watch this example on YouTube


 


Error    CS0234    The type or namespace name 'DataVisualization' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)    

 

Error when using


using System.Web.UI.DataVisualization.Charting;

 

to fix it add reference to 

System.Web.DataVisualization



 

No comments:

Post a Comment