Hello @56140202,
Welcome to Microsoft Q&A forum.
Please first try to clean VS cache(rename every folder called ComponentModelCache
in C:\Users\username\AppData\Local\Microsoft\VisualStudio\17.0_XXXXXXXX
) and reset VS settings(run devenv /ResetSettings
in Developer Command Prompt For Visual Studio 2022
).
Please also check if you have installed any extensions, if so, try to disable them temporarily or try to run VS in Safe Mode(run devenv /SafeMode
in Developer Command Prompt For Visual Studio 2022
). Please check if there’s any limit/antivirus which may block VS from building/displaying/running on your machine.
Since there are many reasons for not responding, could you please collect and share us the ActivityLog.xml file for further check? To collect the log, please close VS => run devenv /log
command in Developer Command Prompt For Visual Studio 2022
=> reproduce the issue => go to %APPDATA%\Microsoft\VisualStudio\<Version>\ActivityLog.xml
, share us the log file(avoid the privacy information) or share us the snippets of recorded error/warning message to check.
If you changed any settings such as Registry, system environment variables, system files, windows files, VS files, and project configurations, please let us know.
If this issue only appears on a Windows Forms project which is based on .NET/.NET Core, then please consider submitting a ticket on our Developer Community for further check, as support for .NET based Windows Forms projects(Designer) are still in improvement.
Feel free to let us know the results.
Sincerely,
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.