Answered by:
Visual Studio 2015 Professional taking time for creating new project

Question
-
Visual Studio 2015 Professional taking time for creating a new project when i open the visual studio and shows busy.
while visual studio is busy if i again open visual studio from start then its working fine.
but still first instance of visual studio remains busy.
one message is pop up from tray displaying " Visual Studio Taking much time. if you face this problem frequently contact Microsoft .
If visual Studio is already running then it works fine to create new project.
I have already reinstall the visual studio.
Please help me.
Friday, October 23, 2015 10:48 AM
Answers
-
Hi SantoshYgale,
Thank you for posting in MSDN forum.
To make sure whether it is related to the add-ins, I suggest you take the following to see if it helps:
Please open Windows Explorer, and navigate to <Visual Studio Installation Path>\Common7\IDE (by default is C:\Program Files or Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE), and run the following commands:
devenv.exe /safemode, this can eliminate the possibility that third party Add-ins or packages are causing problems. Thus ensuring stable execution.
If in safe mode, your visual studio works well, I doubt that it is related to the add-ins, please go to Tools -> Add-in Manager to disable all the add-ins and go to Tools -> extensions and Updates, to uninstall all the extensions to see if it helps.
If the above doesn't help, please try to reset your data to see if it helps:
devenv.exe /resetuserdata, it will take a couple of minutes to run as Visual Studio cleans up and sets itself back to its original state. You may open Task Manager at this point to check whether the devenv.exe process is still running. After it has completed running, you can restart Visual Studio.
Best Regards,
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.Monday, October 26, 2015 5:39 AM
All replies
-
Hi Santosh,
Please read the below article and follow those steps. Hope this helps you.
Slow Visual Studio Performance … Solved!
Thanks,
Sabah Shariq
Please remember to mark the replies as answers if they help. If this post is helpful please vote.
Friday, October 23, 2015 11:16 AM -
Hi SantoshYgale,
Thank you for posting in MSDN forum.
To make sure whether it is related to the add-ins, I suggest you take the following to see if it helps:
Please open Windows Explorer, and navigate to <Visual Studio Installation Path>\Common7\IDE (by default is C:\Program Files or Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE), and run the following commands:
devenv.exe /safemode, this can eliminate the possibility that third party Add-ins or packages are causing problems. Thus ensuring stable execution.
If in safe mode, your visual studio works well, I doubt that it is related to the add-ins, please go to Tools -> Add-in Manager to disable all the add-ins and go to Tools -> extensions and Updates, to uninstall all the extensions to see if it helps.
If the above doesn't help, please try to reset your data to see if it helps:
devenv.exe /resetuserdata, it will take a couple of minutes to run as Visual Studio cleans up and sets itself back to its original state. You may open Task Manager at this point to check whether the devenv.exe process is still running. After it has completed running, you can restart Visual Studio.
Best Regards,
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.Monday, October 26, 2015 5:39 AM