Cannot edit checked out file (TFS) in Visual Studio 2013

后端 未结 6 1345
说谎
说谎 2020-12-25 10:25

Since I changed my windows password I can no longer type into a checked out file in Visual Studio 2013! Where before I just needed to start typing and it would check out the

6条回答
  •  既然无缘
    2020-12-25 10:47

    Try: /safemode
    I had a similar problem where I could not edit most of my files, but I could edit *.ps1 files.
    I don't have TFS, I do have resharper and other plugins.
    What worked for me was:

    • Start visual studio in safe mode: C:\..\IDE>devenv /safemode
    • Close VS.
    • Start VS normally.

    That probably has the same effect as suspending and resuming resharper, but I'm not sure which plugin could be causing the problem. If you are having trouble this is something you could try.

提交回复
热议问题