dotnet / winforms

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

VS 16.9 Preview 3: WinForms Designer not working when project contains multiple Resource Files #4486

Closed deng0 closed 3 years ago

deng0 commented 3 years ago

In VS 16.9 Preview 3 when trying to open the Windows Forms Designer for a Form I get the following error Message: image (Unable to find method InitializeAsync/1 ...)

It seems this happens when the project contains multiple resource files. If the project contains only a single resource file this problem does not occur.

I've attached a simple project to reproduce this error: WinForms_Designer_NotWorking.zip

Olina-Zhang commented 3 years ago

Filed this issue in Winforms designer repo: https://github.com/dotnet/winforms-designer/issues/2779

dreddy-work commented 3 years ago

Its addressed in VS preview 4 ( upcoming release).