Closed SimonZhao888 closed 9 months ago
Tanya provides a solution at: https://github.com/microsoft/winforms-designer/issues/1995#issuecomment-1890223773
Verified this issue on .NET 9.0.100-preview.2.24107.18 with dlls built from winforms repo of main branch, the issue has been fixed. No MessageBox pop up when adding a user control with events handing to the Form designer.
https://github.com/dotnet/winforms/assets/108860782/0991ff93-0e24-40ba-b38e-3438d331c28a
Verified with .NET SDK 9.0.100-preview.2.24129.7 test pass build, this issue was fixed. Test result is same as above.
.NET version
9.0.100-alpha.1.24066.10
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No response
Issue description
VS is not responding after adding a user control that with events handling to the Form designer.
Steps to reproduce
Or