Visual Studio 2013 is extremely slow when saving files

I have a WPF project where sometimes it takes a very long time to save a module. (I see that a small floppy disk is pulsing "forever" and nothing happens in a few minutes).

Often I have to use the task manager to complete Visual Studio, and then start over. The first couple of times after a reboot, the saving happens pretty quickly, but then it takes over again.

Any hints of a solution to this problem would be greatly appreciated.


The problem is fixed in Tools-> Options-> Source Control by setting the source control plugin to "None", which is excellent, since we do not use TFS or Git for the project. Not sure why this works, but Visual Studio does not freeze after this change.

enter image description here

+5
source share
1 answer

Below are some steps you can take to improve performance.

  • Go to the xaml file through explorer. Right-click on the window that opens. Select the source code editor (Text) and set the default. Example

  • Go to "Tools"> "Options"> "Text Editor"> "XAML"> "Miscellaneous" and check the box "Always open documents in full XAML view." Example

0
source

Source: https://habr.com/ru/post/1205696/


All Articles