Visual Studio Crashing When Checking In

前端 未结 3 1410
夕颜
夕颜 2021-01-18 16:00

My Visual Studio 2013 is crashing when I trying to check in my pending changes everytime. How can I solve it?

Crash Log :

System.UnauthorizedAccessE         


        
3条回答
  •  长发绾君心
    2021-01-18 16:26

    I have fixed it with these steps;

    Clean the Cache folder on client computer. The folder path is: C:\Users\username\AppData\Local\Microsoft\Team Foundation\5.0\Cache.

    Clean the Cache folder on Server machine. The folder path is: C:\ProgramData\Microsoft\Team Foundation\Web Access\Cache_v11.0

    After cleaned, on Server machine, click Start and select Run… to open the dialog box, then input iisreset.exe and click OK, wait it run completely.

提交回复
热议问题