dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.42k stars 984 forks source link

advanceddatagridview from Nuget can not be used in Visual Studio 17.5.4 #9026

Closed jory999 closed 1 year ago

jory999 commented 1 year ago

.NET version

have to rollback to 17.5.3

Did it work in .NET Framework?

No

Did it work in any of the earlier releases of .NET Core or .NET 5+?

No response

Issue description

advanceddatagridview from Nuget can not be used in Visual Studio 17.5.4

https://github.com/davidegironi/advanceddatagridview

Steps to reproduce

。。。

RussKie commented 1 year ago

The author of that library has to provide a designer for the .NET designer, which is an out-of-process designer. Please refer the author to https://github.com/microsoft/winforms-designer-extensibility/.