Hi Paul,
If you will try to add Vintasoft WinForms or WPF control to the Visual Studio designer in current version of Visual Studio 2019 (16.7.4 and 16.8.0 Preview 1.0), you will see the error "<path> targets a platform whose toolbox items cannot be enumerated dynamically.".
Error occurs because unfortunately designer of current version of Visual Studio 2019 (16.7.4 and 16.8.0 Preview 1.0) still does not support WinForms or WPF user controls for .NET Core 3.1 and .NET 5.0. This problem is reported to the Microsoft here:
https://developercommunity.visualstudio ... infor.html
Unfortunately, Microsoft still does not able to provide good designer, which will support user controls for .NET Core. I hope good designer will be available soon.
As a temporary solution we suggest to create form/window design in designer for .NET Framework, i.e. you need to create .NET Framework project, create form, define form design in .NET Framework designer, copy created form/window from .NET Framework project to the .NET Core project.
Best regards, Alexander