project-system
project-system copied to clipboard
The running Form isn't keeping consistent with "Startup object" choosing Form
Minimal Reproduction Scenario
- Create a WinForms .Net Core VB application with three Form designers, and added several controls for each Form designer
- Go to app's Properties ->Application page
- Switch the Form in the Startup object
- Run the project directly -- this is necessary step.
- Repeat the steps 3 & 4
- Observer the results between running Form and Startup object choosing Form
Current Behavior
The running Form isn't keeping consistent with "Startup object" choosing Form
Expected Behavior
The running Form should keep consistent with "Startup object" choosing Form
Test Environment
Dev17 17.9.0 Preview 2.0 [34313.131.main]
Have you experienced this same issue with .NET Framework designer?
No
Have you experienced this same issue with previous previews of VisualStudio?
No, this issue can't reproduce on Dev17 17.7.6 which own the old template.
More Info
- The issue can't reproduce on .NET Framework with new template.
- The issue can't reproduce if saving before running the project.