Krypton-Suite / Extended-Toolkit

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

Failed to create component 'masterMultiDetailview' #306

Open FrankCharron226 opened 2 years ago

FrankCharron226 commented 2 years ago

image

PWagner1 commented 2 years ago

Hi @FrankCharron226

Is it possible to list the versions of the toolkits that you have in your setup?

cc: @Smurf-IV

FrankCharron226 commented 2 years ago

@Wagnerp Krypton.Toolkit.60.22.2.32
Krypton.Toolkit.Suite.Extended.Buttons.60.2202.33
Krypton.Toolkit.Suite.Extended.Circular.ProgressBar.6.2112.340
Krypton.Toolkit.Suite.Extended.ComboBox.60.2202.33
Krypton.Toolkit.Suite.Extended.Common.60.2202.33
Krypton.Toolkit.Suite.Extended.Controls.60.2202.33
Krypton.Toolkit.Suite.Extended.Core.60.2202.33
Krypton.Toolkit.Suite.Extended.Data.Visualisation.60.2202.33
Krypton.Toolkit.Suite.Extended.DataGridView.60.2202.33
Krypton.Toolkit.Suite.Extended.Developer.Utilities.60.2202.33
Krypton.Toolkit.Suite.Extended.Dialogs.60.2202.33
Krypton.Toolkit.Suite.Extended.Drawing.60.2202.33
Krypton.Toolkit.Suite.Extended.Effects.60.2202.33
Krypton.Toolkit.Suite.Extended.Fast.Coloured.TextBox.60.2202.33
Krypton.Toolkit.Suite.Extended.Floating.Toolbars.60.2202.33
Krypton.Toolkit.Suite.Extended.Forms.60.2202.33
Krypton.Toolkit.Suite.Extended.Global.Utilities.60.2202.33
Krypton.Toolkit.Suite.Extended.InputBox.60.2202.33
Krypton.Toolkit.Suite.Extended.IO.60.2202.33
Krypton.Toolkit.Suite.Extended.Language.Model.60.2202.33
Krypton.Toolkit.Suite.Extended.Messagebox.60.2202.33
Krypton.Toolkit.Suite.Extended.Notifications.60.2202.33
Krypton.Toolkit.Suite.Extended.Panels.60.2202.33
Krypton.Toolkit.Suite.Extended.ProgressBar.60.2202.33
Krypton.Toolkit.Suite.Extended.Resources.60.2202.33
Krypton.Toolkit.Suite.Extended.Settings.60.2202.33
Krypton.Toolkit.Suite.Extended.Software.Updater.60.2202.33
Krypton.Toolkit.Suite.Extended.Toast.60.2202.33
Krypton.Toolkit.Suite.Extended.Tool.Strip.Items.60.2202.33
Krypton.Toolkit.Suite.Extended.Tools.60.2202.33
Krypton.Toolkit.Suite.Extended.TreeGridView.60.2202.33
Krypton.Toolkit.Suite.Extended.Utilities.60.2202.33

The error happens when I try to drag the datagridview on a form Also I might be doing something wrong when installing the packages, I couldn't find instructions

And I am not sure if this is normal as well the way my toolbox gets populated with all these tabs for each package image

PWagner1 commented 2 years ago

Hi @FrankCharron226

Thanks for your reply, I've just tested it & can't find any issues?

ET306

FrankCharron226 commented 2 years ago

Created a brand new project still not working. Datagridfail Any ideas what might be causing this? I'm targeting .net 4.6.2 using vs2019. Every other component work except the MasterDetailDataGrid view. I really need this to work, been trying to figure this out for hours ;/

PWagner1 commented 2 years ago

@Smurf-IV Any ideas?

FrankCharron226 commented 2 years ago

AH! The reason it is working for you is because you are using .NET Project. I tried under .NET 5 and it works. Using .NET Framework 4.6.2 is where I am getting issues. I will test another version like 4.7.

FrankCharron226 commented 2 years ago

@Wagnerp @Smurf-IV So under 4.7 it is also giving me the same issue.

PWagner1 commented 2 years ago

@FrankCharron226

As a quick fix, is it possible to convert your project to the newer SDK style, then add <TargetFrameworks>net462;net6.0-Windows</TargetFrameworks> to the config?

FrankCharron226 commented 2 years ago

I am investigating this right now. I think I will be limited to 3.1 due to a licensed 3rd party package I am using

PWagner1 commented 2 years ago

I think I will be limited to 3.1 due to a licensed 3rd party package I am using

Yep that'll work just as well.

PWagner1 commented 2 years ago

@FrankCharron226 This may help https://docs.microsoft.com/en-us/dotnet/architecture/modernize-desktop/example-migration#migrating-a-windows-forms-application