wpf - Visual Studio 2013 Extremely Slow at Saving Files -


I have a WPF project where it sometimes takes a very long time to save the module. (I see little savings floppy "forever" pulsating and nothing happens for a few minutes).

Often I will have to use the task manager to finish the Visual Studio and again after restarting again for the first time, the savings are very fast, but then it takes forever.

Any problem to solve this problem would be greatly appreciated.


> Resolve> problem> in Source Control by setting up the source control plug-in on "none", which is okay because we TFS or Git are not used. It is not certain why this works, but Visual Studio does not "hang" after this change.

Enter image details here

< Div class = "post-text" itemprop = "text">

Here are some steps you can follow to increase performance

  1. via Solution Explorer Go to a xaml file, right click on ... select the source code (text) editor and set it as default.

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


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -