Saturday 25 May 2019

Fix Error - The type or namespace name 'Chart' could not be found (are you missing a using directive or an assembly reference?)


Error    CS0246    The type or namespace name 'Chart' could not be found (are you missing a using directive or an assembly reference?)  

Watch this example on YouTube


To fix it add
using System.Web.Helpers;

No comments:

Post a Comment