问题描述
我目前正在使用Team Foundation Server和Visual Studio。从两天开始,我不断收到无法写入文件的错误消息(我试图访问哪个文件似乎无关紧要)。我是团队中唯一一个遇到这些问题的人。
因此,当我尝试办理登机手续时,我得到:
I currently work with a Team Foundation Server and Visual Studio. Since two days, I keep getting error messages that I can't write to files (it seems not to matter which file I try to access). I am the only one in my team who has those problems.
So when I try to check-in, I get:
The file PopupWindow.master cannot be saved because it is write-protected.
You can either save the file in a different location or Microsoft Visual Studio can attempt to remove the write-protection and overwrite the file in its current location.
当我点击覆盖,我可以覆盖它。但是当我尝试签入挂起的更改时,我没有看到任何更改。如果我修改了一个源文件,我可以将它与最新版本进行比较,看看是否有变化。
如何解决这个问题?我只是想工作......
解决方法:如果我检查编辑...文件(所以我得到了锁)我可以编辑它。但这对解决方案文件不起作用,因为其他人检查了它。
When I click on Overwrite, I can overwrite it. But when I try to check-in pending changes, I don't see any changes. If I modify a source file, I can compare it to the latest version and see that there are changes.
How can I fix this? I simply would like to work ...
Work-around: If I "Check Out for Edit..." the file (so I get the lock) I can edit it. But this doesn't work for the solution file, because somebody else checked it out.
推荐答案
这篇关于无法保存,因为它是写保护的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!