davidegironi / advanceddatagridview

A .NET WinForms DataGridView with advanced capabilities
392 stars 123 forks source link

How to reference AdvancedDataGridView in VB.NET that uses .NET 6.0 #138

Closed GaryHagerty closed 4 months ago

GaryHagerty commented 4 months ago

Hello,

I have used your AdvancedDataGridView in a Visual Studio 2015 project using .Net Framework with no problem. Now I am porting over to .NET 6.0 VS2022 and downloaded the latest AdvancedDataGridView .NET 5.0 version.

I add a reference to the AdvancedDataGridView.dll, but it does not show on in the toolbox.

Please tell me what I am doing wrong

Thank you

Gary

davidegironi commented 4 months ago

Hello, I've checked it. On a sample project I've made it works. Simply use the nuget packet manager to add this reference. https://www.nuget.org/packages/DG.AdvancedDataGridView

Capture