performance - VS 2012 - Solution Explorer show (slow) -


I am working on a web site (not a web application project) and I have problems with IDE performance . For example, when I add a new class to the project or I'm working on an existing one and clicking on the Solution Explorer, it takes a lot of time before the window is displayed and freeze the VS. I see what options to disable in VS, because it is really upset. For now, I had unchecked Track Active Items in Options / Projects and Solutions / Solutions Explorer in general, but there must be something else I have VS 2012 Premium.

There is a tool called Process Monitor which can smell through any ongoing program in the Windows Sistributions website. Registry and file access. You can try to find the time that you can use by using this tool.

Also see this article: - In that case the reason was the folder: \ user \ $ username \ AppData \ Local \ Microsoft \ WebSiteCache

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

java - Reaching JTextField in a DocumentListener -

c# - Add Image in a stackpanel based on textbox input -