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.

source share