Visual Studio 2013 context menus slow only in web application project

前端 未结 4 866
遥遥无期
遥遥无期 2021-02-19 18:04

I recently upgraded from VS 2010 to VS 2013 for a new project. I\'m finding that when right-clicking on a folder (but not an individual file) in my Web Application project, it t

4条回答
  •  北海茫月
    2021-02-19 18:17

    If its happening for a single project means, you can try out the following

    1. Delete .suo file in your project.
    2. And then Restart the visual studio.
    3. Try loading your project again.

    This may provide you a fine solution.

提交回复
热议问题