Windows 10: Visual Studio 2015 Crash on Windows 10 Anniversary Update

Discus and support Visual Studio 2015 Crash on Windows 10 Anniversary Update in Windows 10 Software and Apps to solve the problem; Recently I updated my Windows 10 with the Anniversary update. Since then Visual Studio crashes like crazy and some of the programs are not working.... Discussion in 'Windows 10 Software and Apps' started by zdzdz, Aug 18, 2016.

  1. zdzdz Win User

    Visual Studio 2015 Crash on Windows 10 Anniversary Update


    Recently I updated my Windows 10 with the Anniversary update. Since then Visual Studio crashes like crazy and some of the programs are not working.
    Here are the crash errors:

    Code: - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name=".NET Runtime" /> <EventID Qualifiers="0">1026</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2016-08-18T18:16:39.081375400Z" /> <EventRecordID>2999</EventRecordID> <Channel>Application</Channel> <Computer>PC</Computer> <Security /> </System> - <EventData> <Data>Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.TypeLoadException at Microsoft.VisualStudio.VIL.DebuggerHost.VirtualAppDomain.get_DebuggerTypeUniverse() at Microsoft.VisualStudio.VIL.DebuggerHost.GlobalContext.Dispose(Boolean) at Microsoft.VisualStudio.VIL.VisualStudioHost.VSGlobalContext.Dispose(Boolean) at Microsoft.VisualStudio.VIL.VisualStudioHost.Interpreter.Destroy() at VSDebugEngine.ClrInspector.VilHelper.Dispose() at VSDebugEngine.ClrInspector.VilHelper.OnClose() at Microsoft.VisualStudio.Debugger.DkmDataItem.InvokeOnClose(XapiComponentInfo*, Microsoft.VisualStudio.Debugger.DkmDataItem) at Microsoft.VisualStudio.Debugger.DkmDataContainer.OnCloseNativeObject(XapiComponentInfo**) at Microsoft.VisualStudio.Debugger.DkmDataContainer.Callback_OnCloseNativeObject(IntPtr, XapiComponentInfo**)</Data> </EventData> </Event>[/quote] ----------------------------------------------------------------------------
    And

    Code: - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Level>2</Level> <Task>100</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2016-08-18T18:16:39.250653400Z" /> <EventRecordID>3000</EventRecordID> <Channel>Application</Channel> <Computer>PC</Computer> <Security /> </System> - <EventData> <Data>devenv.exe</Data> <Data>14.0.25420.1</Data> <Data>57685d85</Data> <Data>KERNELBASE.dll</Data> <Data>10.0.14393.0</Data> <Data>57898e34</Data> <Data>e0434352</Data> <Data>000d96c2</Data> <Data>1e38</Data> <Data>01d1f97c98f42dde</Data> <Data>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe</Data> <Data>C:\WINDOWS\System32\KERNELBASE.dll</Data> <Data>f9cb238c-e79f-46c2-bd5e-1ddcaa9fb9c7</Data> <Data /> <Data /> </EventData> </Event>[/quote] ---------------------------------------------------------------------------

    Code: - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Level>2</Level> <Task>100</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2016-08-18T19:10:34.635049600Z" /> <EventRecordID>3122</EventRecordID> <Channel>Application</Channel> <Computer>PC</Computer> <Security /> </System> - <EventData> <Data>Microsoft.Alm.Shared.Remoting.RemoteContainer.dll</Data> <Data>14.0.23107.0</Data> <Data>559b78f2</Data> <Data>KERNELBASE.dll</Data> <Data>10.0.14393.0</Data> <Data>57898e34</Data> <Data>e0434352</Data> <Data>000d96c2</Data> <Data>19cc</Data> <Data>01d1f9843068d6aa</Data> <Data>C:\WINDOWS\Microsoft.Net\assembly\GAC_32\Microsoft.Alm.Shared.Remoting.RemoteContainer\v4.0_14.0.0.0__b03f5f7f11d50a3a\Microsoft.Alm.Shared.Remoting.RemoteContainer.dll</Data> <Data>C:\WINDOWS\System32\KERNELBASE.dll</Data> <Data>7d4ce7e2-ade2-4814-bb3e-84dfebb60b4e</Data> <Data /> <Data /> </EventData> </Event>[/quote] ----------------------------------------------------------------------------

    Code: - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name=".NET Runtime" /> <EventID Qualifiers="0">1026</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2016-08-18T19:10:34.561501300Z" /> <EventRecordID>3121</EventRecordID> <Channel>Application</Channel> <Computer>PC</Computer> <Security /> </System> - <EventData> <Data>Application: Microsoft.Alm.Shared.Remoting.RemoteContainer.dll Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.InvalidOperationException at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited) at System.Diagnostics.Process.OpenProcessHandle(Int32 access) at System.Diagnostics.Process.set_EnableRaisingEvents(Boolean value) at Microsoft.Alm.Remoting.RemoteContainer.ServerHost.Execute(String clientObjectUri, Process parentProcess) at Microsoft.Alm.Remoting.RemoteContainer.EntryPoint.ExecuteInOtherAppDomain(String clientObjectUri, Int32 parentProcessId) at Microsoft.Alm.Remoting.RemoteContainer+EntryPoint.ExecuteInOtherAppDomain(System.String, Int32) at Microsoft.Alm.Remoting.RemoteContainer+EntryPoint.Main(System.String[])</Data> </EventData> </Event>[/quote] I have a simple Windows Forms App. It was working alright before the update. Now it's not working. It starts as process but nothing more. No UI shows up. When I open the solution and choose some cs or designer files a loading message box shows saying "Opening the file..." and loads endlessly.

    I have another simple launcher for the Mail App.

    Code: public static void Main() { Process.Start("explorer", @"shell:Appsfolder\microsoft.windowscommunicationsapps_8wekyb3d8bbwe!microsoft.windowslive.mail"); }[/quote] It's not working any more. Visual Studio 2015 Crash on Windows 10 Anniversary Update o_O If I type the shell explorer shell:Appsfolder\microsoft.windowscommunicationsapps_8wekyb3d8bbwe!microsoft.windowslive.mail through Run it is working fine though. What have they done to the new Windows?

    :)
     
    zdzdz, Aug 18, 2016
    #1
  2. SynthDanG Win User

    .NET 4.6.2 problem in Windows 10, is there a way to reinstall?

    I have Windows 10 Anniversary Edition, the latest version, all updates.

    Something has gone wrong with my .NET Framework 4.6.2 installation. The problem manifests itself in several ways. If I try to run the installer for Microsoft Visual Studio Community 2015 with Updates, for example, to re-install it, I get this error message:

    "Microsoft .NET Framework required for Microsoft Visual Studio Community 2015 with Updates"

    When I try to load a project in Visual Studio 2015, I get a message that VSPackage cannot load.

    I re-downloaded the installer for Visual Studio 2015 and ran it. Later I re-ran the installer for Windows 10 and went through the entire installation procedure. I can't seem to get past this problem.

    I ran the NetFxRepairTool (which apparently only supports up to 4.6.1) and let it do everything. Didn't seem to help.

    There doesn't appear to be another way to reinstall 4.6.2 since it's build into the Anniversary Edition of Windows 10.

    Any help/advice? Everything was working fine 2 days ago, no new hardware or software was installed.

    Thanks!

    Dan
     
    SynthDanG, Aug 18, 2016
    #2
  3. Do I have to install Visual Studio 2015 to create apps for Windows 10?

    *Original Title: visual studio

    do i have to install visual studio 2015 to create apps for windows 10? currently i have visual studio 2013 update 5.
     
    jay talati, Aug 18, 2016
    #3
  4. Mystere Win User

    Visual Studio 2015 Crash on Windows 10 Anniversary Update

    Applications don't always migrate correctly to a new build. So sometimes, you are forced to re-install them.

    This is not a problem with "the new windows", it's a problem with the app migration during the upgrade. Re-installing makes things correct again.
     
    Mystere, Aug 18, 2016
    #4
  5. zdzdz Win User
    So your advice is to reinstall VS2015? That's not a problem.
    But the other two problems are too odd.
    My windows forms application builds successfully but doesn't work on this Windows version. Very strange.
    And the simple process with the shell work from Run but when built in exe it doesn't.
     
    zdzdz, Apr 5, 2018
    #5
Thema:

Visual Studio 2015 Crash on Windows 10 Anniversary Update

Loading...
  1. Visual Studio 2015 Crash on Windows 10 Anniversary Update - Similar Threads - Visual Studio 2015

  2. Cannot install Visual Studio 2015

    in Windows 10 Gaming
    Cannot install Visual Studio 2015: I need Visual Studio 2015 at this point.So, I downloaded the install file "Visual Studio 2015 Update 3."But it says "Update 3 requires a member of the Visual Studio 2015 family to be present or is blocked by another condition on your computer."I don't understand what it...
  3. Cannot install Visual Studio 2015

    in Windows 10 Installation and Upgrade
    Cannot install Visual Studio 2015: I need Visual Studio 2015 at this point.So, I downloaded the install file "Visual Studio 2015 Update 3."But it says "Update 3 requires a member of the Visual Studio 2015 family to be present or is blocked by another condition on your computer."I don't understand what it...
  4. Visual Studio 2015 Installation issue

    in Windows 10 Software and Apps
    Visual Studio 2015 Installation issue: Helloi have intended to install vs 2015 with update 3 on my laptop, but i am getting an error and could not solve it myself.i have installed it on another device and everything is fine, OS of this Device is windows 8.1,The laptop OS is 10.The error :Visual Studio Core...
  5. Visual C++ Redistributable for Visual Studio 2015 x86 Windows 10

    in Windows 10 Customization
    Visual C++ Redistributable for Visual Studio 2015 x86 Windows 10: Hello, I am running Windows 10 PRo Retail x64 and have a piece of software I want to install. But when I try to install it says it needs Visual C++ Redistributable for Visual Studio 2015 x86. Is it safe to install that version on my 64bit Windows 10 version? Will it...
  6. Visual Studio 2015 Community Edition

    in Windows 10 Software and Apps
    Visual Studio 2015 Community Edition: Can we use Visual Studio 2015 Community Edition in Organisation for free or we need to purchase license. https://answers.microsoft.com/en-us/windows/forum/all/visual-studio-2015-community-edition/239722d2-2fa9-4095-a750-a5a02998f95c
  7. Can't install Visual Studio 2015.

    in Windows 10 Software and Apps
    Can't install Visual Studio 2015.: Visual studio community 2015 throws up error and stops.. [img] The log file. dd_vs_community_20160814063743.log I have checked the sha1 and the image is not corrupted as the sha1 matches. 60159
  8. Visual Studio 2015 Stuttering

    in Windows 10 Software and Apps
    Visual Studio 2015 Stuttering: Visual Studio 2015 stutters on my computer in the sense that everything freezes up for like 2-3 secs before returning to normal. (Even the blinking typing thing freezes in a solid line) The only other software which I encounter this is ezvid video editor. I'm guessing...
  9. Update for Microsoft Visual Studio 2015 Update 3

    in Windows 10 News
    Update for Microsoft Visual Studio 2015 Update 3: Update for Microsoft Visual Studio 2015 Update 3 This is a cumulative servicing update that provides fixes to Microsoft Visual Studio 2015 Update 3. These fixes address high-impact bugs that were either found by the product team or reported by the community. This...
  10. Visual Studio 2015 Update 1 Released November 30th 2015

    in Windows 10 News
    Visual Studio 2015 Update 1 Released November 30th 2015: Today, we are happy to announce the release of Visual Studio 2015 Update 1. This release includes our latest feature and functionality updates. Download: Visual Studio 2015 Update 1 To learn more about the most recent version of TFS, see the Team Foundation Server...

Users found this page by searching for:

  1. visual studio crash windows update