project-system
project-system copied to clipboard
Properties page is blank after close and reopen solution while current tab is not Properties page
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
- Create Winforms .NET Framework project.
- Right click project in Solution Explore and select Properties.
- Switch to form designer.
- Close and reopen solution.
- 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:
- In VS 17.10.0 Preview 2.0, it reproduces on ENU, DE and FR languages.
- 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.
- It doesn't reproduce on Winforms .NET Core project., it reproduce on WPF and console Framework projects.