TeeChart controls are not populated to VS Toolbox (.NET Framework WinForms) when adding nuget via PackageReference
Posted: Fri Oct 16, 2020 6:21 am
Hello.
In your StandardSeriesDemo sample project Steema.TeeChart.NET nuget package is added to project via old-style Packages.config format.
In that case TeeChart controls are automatically populated to VS Toolbox and are correctly added to form after drag-and-drop.
But if I choose new-style PackageReference in project file format TeeChart controls are NOT populated to VS Toolbox. A still can add the manually from TeeChart.dll (but all controls have different icons), but when I drag-and-drop TChart control on my form - nothing happends (no control is added to a form).
What I am doing wrong? We use VS 2019 and are not intended to use old-style format (VS 2019 16.7.6, .NET Framework 4.8 ).
Thank you.
In your StandardSeriesDemo sample project Steema.TeeChart.NET nuget package is added to project via old-style Packages.config format.
In that case TeeChart controls are automatically populated to VS Toolbox and are correctly added to form after drag-and-drop.
But if I choose new-style PackageReference in project file format TeeChart controls are NOT populated to VS Toolbox. A still can add the manually from TeeChart.dll (but all controls have different icons), but when I drag-and-drop TChart control on my form - nothing happends (no control is added to a form).
What I am doing wrong? We use VS 2019 and are not intended to use old-style format (VS 2019 16.7.6, .NET Framework 4.8 ).
Thank you.