Hi ALUBoltz,
Thank you for posting in MSDN forum.
>>"Visual Studio is busy waiting for an internal operation".
It seems that it is the performance issue.
(1) Please restart your machine.
(2)Just open one VS Editor.
(3) Before you create a new project, please make sure that your task manager is free. So you'd better close other third party processes or tools.
(4) Of course, we also need to pay attention to the machine's configuration.
Reference:
https://msdn.microsoft.com/en-us/library/fdxt2hcd(v=vs.90).aspx
Besides, you may try some
devenv switches in command prompt:
a.Run
devenv /Resetsettings to eliminate the cause of corrupted settings.
b.Run
devenv /ResetSkipPkgs in Command Prompt.
c.Run
devenv /Safemode to see if you can apply it correctly. This can eliminate the possibility that third party Add-ins or packages are causing problems.
- Reboot the machine in
Safe Mode. This can isolate some third party application/driver's interference.
- Switch and try a new user account. This can rule out the possibility of corrupted user profile.
Best Regards,
Wen Xu
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.