I am unable to edit any files in a project in Visual Studio 2013. It only happens in one project. If I open a different project I am able to type fine, but once I go back into the problem project I am unable to type in the editor windows. Not sure if it matters but the project that is giving me issues we are using SVN on. The other projects are just local ones on the machine. I have restarted Visual Stuido, restarted the computer and still am unable to edit the files. Any ideas?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- MVC-Routing,Why i can not ignore defaults,The matc
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
I had this same issue today (couldn't even edit brand new files), but it turned out to be due to the "Source Control Plug-In". I use AnkhSVN and performed an update when prompted yesterday. For whatever reason this left me unable to edit any file types besides JSON. Here are the steps I went through to fix it:
I was able to edit files again after this.
Are the files in question read-only? That might explain why you can't change them.
I'm not familar with SVN, but in some source control systems, you have to check-out a file before you modify it.
This exact thing happened to me. Do you have ReSharper? If so, the solution I found here may work for you. From Alexander's comment in the accepted answer:
From below comment - that's
%userprofile%\AppData\Local\JetBrains\ReSharper\v8.2\SolutionCaches
for those that want to Win+R.From comment below, another possible location:
%userprofile%\AppData\Local\JetBrains\Transient\ReSharperPlatformVs12\v02\SolutionCaches
Update - Another Easier Option:
Simply delete your all temp file from temp folder.
Note: Before delete temp file close visual studio.
To delete temp files:
Run window image
Now you will see your all temp file. Just press Ctrl+A to select all files in the temp folder. Now delete all of them. some files will not be deleted. Just skip them.
Now Open Your visual studio and try to edit syntax. I hope it will work now!
Happened to me today, for me the problem was with typescript files. I couldn't write in any
.ts
file, and this was because I created atsconfig.json
file, but didn't populate it yet (it was empty). Then I was interrupted and forgot I had this empty file, and it took me a while to realize this was the cause of the issue. This issue happened in visual studio 2015.For me, Cleaning the solution worked fine.