Thank you for Kemp's kindly help, :)
Hi Eyasso,
Do you mean that sometimes Visual Studio hangs when you run it?
For performance issue, frankly speaking, this might be hard to troubleshoot online since there would be many causes for the issue to happen.
Kemp has posted some good suggestion to improve the performance of Visual Studio. Please have a try.
Additionally, you can try the following steps to deal with the case:
1. Try running devenv /Safemode to see if you can open it correctly.
2. Reboot the machine into Safe Mode. Do you still have the problem? This can isolate some third party application/driver's interference.
2. If we switch to try a new user account, do you have the problem? This can rule out the possibility of corrupted user profile.
Another useful tool is the Process Monitor tool
http://www.microsoft.com/technet/sysinternals/utilities/processmonitor.mspx which can capture the access log.
Filter on the process name explorer.exe in the log so that you see only the related list.
This should shed some light on what are the registry keys/ files being accessed when the issue happens.
Hope this helps. If you have any concern, please feel free to let me know.
Best regards,
Yichun Chen
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.