Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why are all files write protected and how can I check-in?

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:

enter image description here

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.

like image 995
Martin Thoma Avatar asked Jan 24 '13 07:01

Martin Thoma


People also ask

How do I remove write-protected mode?

Go to My Computer/This PC and under Devices with Removable Storage, look for your pen drive device. Right-click on it and click Properties. Click Edit, in the pop-up box, sometimes there's an option to Remove write-protection. Change the status of this option and try again.

Why are my files suddenly write-protected?

If you receive the “the disk is write-protected” error when using a USB flash drive, this means your system administrator has set limitations, the registry entry is damaged, or the drive itself is damaged. Also, the flash drive may be actually write-protected.


1 Answers

  1. Go to Solution Explorer
  2. Right click on your solution
  3. Click Go online
like image 91
Martin Thoma Avatar answered Sep 20 '22 15:09

Martin Thoma