Hello @VigAkkord,
Thank you for taking time to post this issue in Microsoft Q&A forum.
Can you confirm that this issue only appears on specific project, not all projects? Do you still remember the version of VS which worked correctly before you updated it?
If the issue only appears on specific project, maybe the issue is related to that project/code. You can try following method:
- Remove the hidden .vs folder(in your solution folder), bin and obj folders, then rebuild your project.
- If you changed some code or files, try to recover them, just for test. If the issue disappears, kindly share us the code snippet or the file that you modified, for further check.
If the issue appears on all the projects, maybe the issue is related to Visual Studio. You can try following:
- Rollback VS(VS Installer > More > Rollback to previous version) as a temporarily workaround.
- Reset(run
devenv /ResetSettings
inDeveloper Command Prompt for VS 2022
) and repair VS(VS Installer > More > Repair).
once I took out a file out of the project that had nothing to do with the form, the display of the form disappeared with the same errors under tags above.
What’s that file, is this reproducible on a newly created project?
Please don’t hesitate to contact us.
Best Regards,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.