Unable to type in Visual Studio

后端 未结 5 1038
滥情空心
滥情空心 2020-12-22 17:08

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

5条回答
  •  失恋的感觉
    2020-12-22 17:40

    Simply delete your all temp file from temp folder.

    Note: Before delete temp file close visual studio.

    To delete temp files:

    1. Open Run window by pressing Windows button + R
    2. Type %temp% in the text box.
    3. Press enter

    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!

提交回复
热议问题