Yaplex
Yaplex

Reputation: 2284

Visual studio 2013 works slow after Update 4

Does anybody know if Visual Studio Update 4 bring something which can consume CPU too much? I had update 3 before and did not have any issues with performance, but after Update 4 I noticed that Visual studio is doing something (even if it's in background) and CPU is not going lower that 15% Also it's not very responsive after 1-2 hours or work, I have to restart it.

I noticed than it's IsAssertEtwEnabled takes most of CPU, but have no idea what is it, I googled but found only one answer about DevExpress plugin, but I don't have it. (if I uninstall updates, everything back to normal, but I prefer to have software to be updated)

UPDATE: I found the issue, it's browser link causing CPU and performance problems. After disabling browser link it get back to normal. See second screenshot to see how to disable browser link

enter image description here

enter image description here

Upvotes: 30

Views: 2398

Answers (5)

Aidity
Aidity

Reputation: 41

Just in case if disabling browser link does not solve the problem, try to run VS in safe mode by running devenv.exe /safemode. This will disable any third party add-ins and you can check if some add-ins have issues with the new update.

If it still doesn't solve the problem, try reinstalling VS, and make sure that the installation run without any problems.

Upvotes: 0

Saim Mehmood
Saim Mehmood

Reputation: 781

I'd also recommend to uninstall Visual Studio completely and install the latest version VS 2013 with Update 4. It's the current stable version.

And works better on my PC as compared to VS 2012. :)

Upvotes: 0

Harkamal Singh
Harkamal Singh

Reputation: 35

It happens with Visual Studio because you have updated that not installed the latest version directly, when you are upgrading that some threads are running behind that checks the current version every time you are connected to internet

  1. Try reinstalling that visual studio
  2. Diable browser link

Upvotes: 0

Alok Rajasukumaran
Alok Rajasukumaran

Reputation: 381

It happens with Visual Studio. The best part is to remove it completely and re install everything from first. This is mainly caused because you have did Update That IS: 1) Remove your Visual Studio and Emulator's and updates completely. 2)Install Visual studio. 3)now install just the current version update 3 4)now the emulators. Your done!!!

Upvotes: 0

user3466219
user3466219

Reputation:

Try disabling browser link. Thats what I did.

Upvotes: 5

Related Questions