Closed alexdess closed 1 year ago
@alexdess Are you reproducing this with a blank project? What does the solution contain? Are there custom controls or 3rd party components?
There may be something there that is incompatible with the new out of process designer for WinForms .NET. In order to diagnose the problems we would need to have your solution and/or the verbose logs from opening your solution. If you aren't comfortable sharing them on GitHub you could use the VS Feedback tool which gives us a way to communicate privately and share files securely.
Thank you for your quick answer.
I found the cause of my problems. It came from the DevExpress.Wpf.PdfViewer package in version 22.2.5, and updating this library solved my problems. Difficult to find, as the referencing is not direct and there are no explicit error messages.
Environment
Microsoft Visual Studio Professional 2022 Version 17.6.3 VisualStudio.17.Release/17.6.3+33801.468
.NET version
net7.0-windows
Did this work in a previous version of Visual Studio and/or previous .NET release?
Yes, .NET48.
Issue description
I've had this window and warning since my migration to .NET7.
The project builds and runs, the windows also work at runtime. The VBproj concerned:
I've already spent more than 2 days trying to correct my problem and in particular tried all the steps in the guide https://github.com/dotnet/winforms/blob/main/docs/designer/troubleshooting.md
Steps to reproduce
Diagnostics