Environment:
Microsoft Visual Studio Community 2019ASP.Net v4.8Web application project using VB (same problem 2 different projects)Nuget package Microsoft.Chart.Controls v 4.7.2046 (latest) "ASP.NET and Windows Forms Chart Controls for .NET Framework"
Problem:
The package installs without error. The folder and content appear in the packages folder. The entry is listed in packages.config...BUT the reference is not in the References list in VS solution explorer and attenpting to use any part of it causes a lot of html errors eg "Element Chart is not a known element".
Tried "Add Reference" but the package does not appear in any of the lists.
I'm wondering if this package is not intended for use in a web application?