project-system icon indicating copy to clipboard operation
project-system copied to clipboard

Properties page is blank after close and reopen solution while current tab is not Properties page

Open Eudora-Li01 opened this issue 1 year ago • 0 comments

Visual Studio Version

17.10.0 Preview 2.0 [34619.48.main]

Summary

Properties page is blank after close and reopen solution while current tab is not Properties page.

Steps to Reproduce

  1. Create Winforms .NET Framework project.
  2. Right click project in Solution Explore and select Properties.
  3. Switch to form designer.
  4. Close and reopen solution.
  5. Open and observe Properties Tab.

https://github.com/dotnet/project-system/assets/130345015/dfc394d4-0717-41f9-a29c-de762efd2874

Expected Behavior

Properties Page can be opened successfully.

Actual Behavior

Properties page is blank page.

More info:

  1. In VS 17.10.0 Preview 2.0, it reproduces on ENU, DE and FR languages.
  2. In VS 17.10.0 Preview 1.0 and 17.9.0, it reproduces on DE and FR languages, doesn't reproduce on ENU languages.
  3. It doesn't reproduce on Winforms .NET Core project., it reproduce on WPF and console Framework projects.

Eudora-Li01 avatar Feb 20 '24 02:02 Eudora-Li01