Krypton-Suite / Extended-Toolkit

A companion toolkit for the standard toolkit.
MIT License
180 stars 31 forks source link

[Bug]: v8 - Krypton.Toolkit.Suite.Extended.AdvancedDataGrid #442

Closed MattH-Work closed 9 months ago

MattH-Work commented 9 months ago

Looking to try out the new AdvancedDataGrid

Upon install, an error is thrown

Severity Code Description Project File Line Suppression State Error Unable to find a version of 'Krypton.Toolkit.Suite.Extended.Developer.Utilities' that is compatible with 'Krypton.Toolkit.Suite.Extended.AdvancedDataGridView 80.23.11.318 constraint: Krypton.Toolkit.Suite.Extended.Developer.Utilities (>= 80.23.11.318)'.
image

There is not currently an appropriate version of the Dev utilities ( I assume ADG is looking for Dev Utils v 80.23.11.318 NOT v 65.22.4.94 ) image

PWagner1 commented 9 months ago

Hi @MattH-Work

Please remove the old 'shared' packages, as these binaries are now bundled into the toolkit itself.

This is a list of them

image

MattH-Work commented 9 months ago

I haven't got any of the listed pckages installed New blank solution, used Nuget to install "Krypton.Toolkit.Suite.Extended.AdvancedDataGridView", error thrown

PWagner1 commented 9 months ago

I haven't got any of the listed pckages installed New blank solution, used Nuget to install "Krypton.Toolkit.Suite.Extended.AdvancedDataGridView", error thrown

Which packages have you got installed?

MattH-Work commented 9 months ago

None. For testing the AdvancedDataGrid I started a brand new solution ( Visual Studio 2022, VB.net by the way ), installed the Krypton.Toolkit.Suite.Extended.AdvancedDataGridView package from Nuget and received the error

PWagner1 commented 9 months ago

None. For testing the AdvancedDataGrid I started a brand new solution ( Visual Studio 2022, VB.net by the way ), installed the Krypton.Toolkit.Suite.Extended.AdvancedDataGridView package from Nuget and received the error

Is it possible to take a screengrab of all the packages you have installed, or is it just ultimate?

MattH-Work commented 9 months ago

No packages installed Can't use Ultimate ( yet ) because of the WebView2Loader issue

Only thing I am installing is the AdvancedDataGridView 2023-11-16_12h04_28

PWagner1 commented 9 months ago

Not sure what's going on, as it only references the *.csproj file not a NuGet

image

PWagner1 commented 9 months ago

@Smurf-IV

Do we need to reinstate the 'Shared' packages?

PWagner1 commented 9 months ago

@MattH-Work

I now know what's going on. The DLL is not packaged in the package. MS, why are you so stupid?

image

PWagner1 commented 9 months ago

Will fix in the new Ultimate package

PWagner1 commented 9 months ago

Hi @MattH-Work

Please retry using Ultimate build .320

MattH-Work commented 9 months ago

Thanks for the help, Ultimate now installs

Follow up question ( I will post this as a seperate issue as well)

Should I expect to see the filter drop downs ( upper DG is Krypton, lower DG is AdvancedDataGrid by Davide Gironi ( https://github.com/davidegironi/advanceddatagridview ))

image