Sunday, November 27, 2016

Visual studio IDE startup issue(More time taken to open IDE)

Issue: 

Visual studio IDE startup issue(More time taken to open IDE).

Visual Studio 2015 extremely slow.



Solution:


1) Go to Tools > Options > Source Control and set Current source control … : None
2) Go to Tools > Options > Environment > Synchronized Settings and remove this option by unchecking the checkbox.
3) Clean the following cache folders and restart Visual Studio:
  • Clean the WebSiteCache folder (might be inC:\Users\%USERNAME%\AppData\Local\Microsoft\WebSiteCache)
  • Clean the Temporary ASP.NET Files folder (might be inC:\Users\%USERNAME%\AppData\Local\Temp\Temporary ASP.NET Files)

No comments:

Post a Comment

Encrypt/Decrypt the App.Config

Program.cs using System; using System.Diagnostics; using System.IO; namespace EncryptAppConfig {     internal class Program     {         pr...