Visual Studio 2015 crashes

后端 未结 10 1467
-上瘾入骨i
-上瘾入骨i 2020-12-07 21:46

Visual studio that won\'t be repaired...
Everytime I want to compile an app on vs 2015 - it crashes. Even if I want to compile the main function or writ

10条回答
  •  情歌与酒
    2020-12-07 22:19

    It's been a while, but I'm seeing similar behavior since today. Every time I load our solution, VS2015 crashes and restarts. Windows Event Log shows 'out of memory exception' but there's over 2GB free at the time of the crash. the faulting module is KERNELBASE.DLL

    In case this helps anyone:

    Faulting application name: devenv.exe, version: 14.0.25420.1, time stamp: 0x57685d85
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.23915, time stamp: 0x59b94abb
    

    I'm suspecting a windows update, as none of my colleagues have this problem and unfortunately I'm that nerd who always installs his updates ASAP.

提交回复
热议问题