Visual Studio 2013 Update 2 maxes out core

前端 未结 9 2134
孤独总比滥情好
孤独总比滥情好 2020-12-04 23:39

I recently installed Visual Studio 2013 Professional Update 2 on a Windows 7 virtual machine. I had been running VS 2012 with no problems, but I wanted to upgrade. Everythin

相关标签:
9条回答
  • 2020-12-05 00:14

    My CPU load was 15-25% on a core i7 and went down to 0% after deleting the .sdf files in my project folders.

    0 讨论(0)
  • 2020-12-05 00:18

    For what it's worth, I had similar issue with Server Compact 4 being missing, and my c++ solutions being at 25% cpu usage all the time. I had Server Compact 4 SP1 installed though. My system is Windows 7 64 bit. I uninstalled SP1 and downloaded and installed Server Compact 4 and now everything is ok. I have of course got Intellisense back as well.

    0 讨论(0)
  • 2020-12-05 00:19

    From what I can tell from Googling Microsoft.VisualStudio.JavaScript.Web.Extensions.dll, that DLL is related to the Web Essentials plugin. If you disable that plugin in particular (failing that, all plugins), does the problem go away?

    If it is a problem with a plugin, either live with it being disabled or contact the developer.

    0 讨论(0)
  • 2020-12-05 00:20

    All I've found thus far is a workaround: unload and reload the startup project of my solution in the Solution Explorer after opening the project. This will return the cpu usage down to normal (~0% idle).

    0 讨论(0)
  • 2020-12-05 00:20

    I know you said you have no extensions, but you might want to double-check on this one. It looks like the Web Essentials extension is incompatible with VS 2013 Update 2 and may cause the described behavior. The workaround is to download the latest nightly build of Web Essentials. You'll have to do it by hand as the one last stable release on Nuget is several months old, before this fix.

    More info and download links here.

    0 讨论(0)
  • 2020-12-05 00:20

    I just had this issue; for me it was resolved by installing Update 5.

    The issue started occurring after installing the latest MS Updates; a full list of which are given below (NB: my date format is UK: DD/MM/YYYY; today is 10/12/2015 - some fixes listed were (will be?) allegedly installed on the 11th):

    get-hotfix `
    | ?{$_.InstalledOn -gt ((get-date).AddDays(-7))} `
    | ft Description, HotfixId, InstalledOn -AutoSize
    
    Description     HotfixId  InstalledOn        
    -----------     --------  -----------        
    Security Update KB3046017 08/12/2015 00:00:00
    Security Update KB3060716 08/12/2015 00:00:00
    Update          KB3064209 08/12/2015 00:00:00
    Security Update KB3071756 08/12/2015 00:00:00
    Security Update KB3072305 08/12/2015 00:00:00
    Security Update KB3075220 08/12/2015 00:00:00
    Update          KB3075851 08/12/2015 00:00:00
    Security Update KB3076895 08/12/2015 00:00:00
    Security Update KB3076949 08/12/2015 00:00:00
    Security Update KB3078071 08/12/2015 00:00:00
    Security Update KB3078601 08/12/2015 00:00:00
    Security Update KB3079757 08/12/2015 00:00:00
    Security Update KB3081320 11/12/2015 00:00:00
    Security Update KB3092601 11/12/2015 00:00:00
    Security Update KB3100773 11/12/2015 00:00:00
    Security Update KB3101246 11/12/2015 00:00:00
    Security Update KB3101722 11/12/2015 00:00:00
    Security Update KB3101746 11/12/2015 00:00:00
    Update          KB3102810 11/12/2015 00:00:00
    

    Earlier (before using Visual Studio / noticing the issue) I'd uninstalled another hotfix relating to Outlook, which had caused it to open in Safe Mode.

    0 讨论(0)
提交回复
热议问题