MSDN > Home page del forum > Visual Studio Setup and Installation > Visual Studio 2008 Crash .NET Runtime version 2.0.50727.1433 - Fatal Execution Engine Error (79FEC5F0) (80131506)
Formula una domandaFormula una domanda
 

Risposta suggeritaVisual Studio 2008 Crash .NET Runtime version 2.0.50727.1433 - Fatal Execution Engine Error (79FEC5F0) (80131506)

  • venerdì 8 febbraio 2008 9.04hidry Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    Hello,

    I have installed VS 2008 on a Microsoft Vista Ultimate Edition Notebook (HP 6710b). The Team Explorer is also installed.
    Every Time I want to open a Website Created in Visual Studio 2005 with VS 2008 my Visual Studio 2008 is closing.



    More Details:

    Installed VS:
    Microsoft Visual Studio 2008
    Version 9.0.21022.8 RTM
    Microsoft .NET Framework
    Version 3.5

    Installed Edition: Enterprise

    Microsoft Visual Basic 2008   91904-270-5424724-60855
    Microsoft Visual Basic 2008

    Microsoft Visual C# 2008   91904-270-5424724-60855
    Microsoft Visual C# 2008

    Microsoft Visual C++ 2008   91904-270-5424724-60855
    Microsoft Visual C++ 2008

    Microsoft Visual Studio 2008 Team Explorer   91904-270-5424724-60855
    Microsoft Visual Studio 2008 Team Explorer
    Version 9.0.21022.8

    Microsoft Visual Studio 2008 Tools for Office   91904-270-5424724-60855
    Microsoft Visual Studio 2008 Tools for Office

    Microsoft Visual Studio Team System 2008 Development Edition   91904-270-5424724-60855
    Microsoft Visual Studio Team System 2008 Development Edition

    Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V.  All rights reserved.

    The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company.  Electronic version licensed from Lernout & Hauspie Speech Products N.V.  All rights reserved.


    Microsoft Visual Web Developer 2008   91904-270-5424724-60855
    Microsoft Visual Web Developer 2008

    Crystal Reports    AAJ60-G0MSA4K-68000CF
    Crystal Reports Basic for Visual Studio 2008

    I can open the Projekt. But I can't open a .aspx/.ascx or .aspx.vb/.ascx.vb file.
    There are no error messages from VS2008.

    The Event Viewer shows the following Error-Message:

    .NET Runtime version 2.0.50727.1433 - Fatal Execution Engine Error (79FEC5F0) (80131506)

    Event Viewer Details:

    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name=".NET Runtime" />
      <EventID Qualifiers="0">1023</EventID>
      <Level>2</Level>
      <Task>0</Task>
      <Keywords>0x80000000000000</Keywords>
      <TimeCreated SystemTime="2008-02-08T08:39:20.000Z" />
      <EventRecordID>8710</EventRecordID>
      <Channel>Application</Channel>
      <Computer>nb-28.logic-base.local</Computer>
      <Security />
      </System>
    - <EventData>
      <Data>.NET Runtime version 2.0.50727.1433 - Fatal Execution Engine Error (79FEC5F0) (80131506)</Data>
      </EventData>
      </Event>


    Do anyone know a hotgfix or how to solve the Problem?

    Thank you in advance
    Stefan

Tutte le risposte

  • martedì 26 febbraio 2008 3.07ZaDDaZ Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     

     

    I am receiving the same exception.  This is very frustrating.  I will include my exception details that are logged in the Application Event Log when Visual Studio 2008 just goes away with no message or anything.  I can get rid of the problem, temporarily, by deleting the Solution.suo file so that re-opening the specific solution does not open any previously opened files.  However, I can cause the same exception by opening a specific .js file.  I can open .cs files, .aspx, .Master, .css, .ascx and even other .js files successfully.  There is one specific .js file that causes Visual Studio 2008 to just crash and log the following in the Application Event Log:

     

    Log Name:      Application
    Source:        .NET Runtime
    Date:          2/25/2008 9:43:13 PM
    Event ID:      1023
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      real-9400
    Description:
    .NET Runtime version 2.0.50727.1434 - Fatal Execution Engine Error (79FEC5F0) (80131506)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name=".NET Runtime" />
        <EventID Qualifiers="0">1023</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2008-02-26T02:43:13.000Z" />
        <EventRecordID>50638</EventRecordID>
        <Channel>Application</Channel>
        <Computer>real-9400</Computer>
        <Security />
      </System>
      <EventData>
        <Data>.NET Runtime version 2.0.50727.1434 - Fatal Execution Engine Error (79FEC5F0) (80131506)</Data>
      </EventData>
    </Event>

     

    I can't include the source file here as it is proprietary development.  For now, I am editing the file in another editor, to get work done, and if I don't hear anything soon, I guess I'll need to open a support ticket.

  • mercoledì 27 febbraio 2008 17.58David Liebeherr Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    Hi,

    i also encountered this Problem.
    I have written a Feedback to Microsoft, see:

    https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=330302

    Since this Problem started to occure just 3 Days ago, i guess it could have something to do with an recently Windows Update for the .Net Framework.


    Sincerly,
    Dave
  • mercoledì 27 febbraio 2008 18.07David Liebeherr Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    Hi,

    luckily i was just able to get rid of the Problem.

    I just removed the Following XML-Tags from my .csproj File:

    <ManifestCertificateThumbprint>
    and
    <ManifestKeyFile>

    No everything works again.

    Hope this will help someone.

    A Probable Solution might be to just create a new Porject/Solution and add all the Source Files and References and so on of the old Project ot the new one.

    Sincerly,
    Dave
  • mercoledì 27 febbraio 2008 20.16ZaDDaZ Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     

    Unfortunately, I do not see these tags in any of my .csproj files.  The solution, and all of the projects were upgraded from VS2005 though.  Could that be the underlying issue?  I am going to create a new project and compare the .csproj files.  Maybe there is extra and/or missing stuff from the conversion that is causing this.

  • venerdì 29 febbraio 2008 22.51ZaDDaZ Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     

    Well, there were some differences, but no deal.  I removed extra tags that were not included in a new project with the same files copied in and there were some tags that were different, which I updated.  Before I did this, it started crashing opening up any .js file.  Guess I'm going to have to use Atana to edit my .js files and open that ticket.

  • domenica 2 marzo 2008 12.06lpodolak Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    I started to having the same error today, after installing Power Commands for Visual Studio.
    My solution with about 10 projects became exiting just immediately after opening. I found that it was "JobSiteStarterKit" website as the project which used to make conflicts. Since I no longer include it in my solution, everything seems okay (at least for now)
  • domenica 2 marzo 2008 16.49ZaDDaZ Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     

    This seems pretty random to me.  If I open a solution and comiple it quickly, with no files open in the editor, it will crash sometimes as well.  I can msbuild the solution at will with no problems.  Opening the solution and opening a .js file immediately is almost a guaranteed crash, but wait about 5 minutes after opening the solution and that makes the chance for a crash about 50/50.  Don't open any .js files or compile, no crashes at all.  So, for now its msbuild and Aptana.  I am dreading having to open a ticket for this because of how much of my time it will take up in troubleshooting with the techs...

  • martedì 4 marzo 2008 15.42Ryan Lanciaux Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    I was having this same issue when developing Office plug-ins -- after removing PowerCommands (as Lukasz mentioned) everything works again.

    Regards!
  • martedì 4 marzo 2008 16.18ZaDDaZ Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     

    I do not have PowerCommands installed.  I do have ReSharper 4.0 EAP installed, but that was the first thing I removed after experiencing this issue and it did not help.

  • martedì 4 marzo 2008 16.33Ryan Lanciaux Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    Have you tried starting Visual Studio with the safemode switch /safemode (you should do this via the command line)? Do you have any other plug-ins installed? Also, have you tried obtaining a crashdump from Visual Studio? See this site for more info: http://blogs.msdn.com/mikhailarkhipov/archive/2006/07/25/678308.aspx

    Regards!
  • martedì 4 marzo 2008 17.26ZaDDaZ Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     

    I just attached the debugger and reproduced the crash and it did not prompt me to save a crashdump.  Here is the output from the debugging instance of Visual Studio 2008:

     

    'devenv.exe': Loaded 'ImageAtBase0x58070000', No symbols loaded.

    'devenv.exe': Loaded 'ImageAtBase0x1dc90000', No symbols loaded.

    'devenv.exe': Unloaded 'ImageAtBase0x58070000'

    'devenv.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

    CLRSadC:\Windows\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll) Rejecting native image because dependency C:\Windows\assembly\GAC_MSIL\System.Core\3.5.0.0__b77a5c561934e089\System.Core.dll is not native

    'devenv.exe': Unloaded 'C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Web.Extensio#\a8a98eb45853f2b3e88a7ae417718101\System.Web.Extensions.ni.dll'

    The thread 'Win32 Thread' (0x17b4) has exited with code -2146233082 (0x80131506).

    The thread 'Win32 Thread' (0xef8) has exited with code -2146233082 (0x80131506).

    The thread 'Win32 Thread' (0x1bf0) has exited with code -2146233082 (0x80131506).

    The thread 'Win32 Thread' (0x12f8) has exited with code -2146233082 (0x80131506).

    ...

    The thread 'Win32 Thread' (0x1e54) has exited with code -2146233082 (0x80131506).

    The thread 'Win32 Thread' (0x1e30) has exited with code -2146233082 (0x80131506).

    The program '[7964] devenv.exe: Native' has exited with code -2146233082 (0x80131506).

    The program '[7964] devenv.exe: Managed' has exited with code -2146233082 (0x80131506).

     

    There are many more threads exiting by the elipses.  The exit codes appear to be HRESULT COR_E_EXECUTIONENGINE or an indication that an ExecutionEngineException was thrown.

     

    The /safemode switch does actually appear to fix the problem, though.  In doing this, I checked out the addins and remembered that I also have Ankh installed for VS2008.  Maybe it was that plugin that was the issue.  I am going to remove it and report my findings.

     

  • martedì 4 marzo 2008 21.18Ryan Lanciaux Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    Please post your findings on that -- would be interesting to know if that was the issue.


  • martedì 4 marzo 2008 21.24ZaDDaZ Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     

    Removing the Ankh plugin did not fix the issue.  I am going to remove ReSharper 4.0 EAP and see if that helps.

     

    Need I say, this is frustrating?

  • martedì 4 marzo 2008 21.43Ryan Lanciaux Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    Did you try Tools->Add-In Manager to disable certain plugins to see which one may be causing the problem? That may be a little quicker than uninstalling.
  • giovedì 6 marzo 2008 16.47lpodolak Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    It happened again to me. After removing AnkhSVN I can work with a solution I couldn't before
  • giovedì 6 marzo 2008 18.45Ryan Lanciaux Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    That is kind of strange -- I have not had that problem since removing PowerCommands.
  • giovedì 6 marzo 2008 18.52lpodolak Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    But I did not remove them. What I did at the beginning was excluding one useless project from my solution (jobsitestarterkit). Since then (until now) everything worked ok. Now I removed AnkhSvn and still have power commands (which i find very useful) and problem seems solved.

    However if I encounter this fatal error once again I will uninstal Power commands definitely.
  • mercoledì 26 marzo 2008 11.30weeMac Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     

     

    I had the same problem after installing powercommands. A windows service installer project was causing the error when loading.

     

    Hope they fix this soon as the powercommands are really useful.

     

  • domenica 6 aprile 2008 10.23piotrgrys Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    I have this problem. When i remove powercommands everythink works ok. This probles was when solution have some Outlook projects.

     

  • martedì 6 maggio 2008 16.01chandra777 Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     Risposta suggerita

    I had the same problem that you all encountered. VS.2008 crashed whenever I opened one particular test application that has the assmebly entries places in web.config in the following order.

     

    <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

     

    When I rearranged the order of the assemblies as shown below, the problem got resolved.

     

    <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
            <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
            <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
            <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />

     

    Just thought I would let you know, in case, if it might help resolve the issue.

     

    P.S: In fact, I have installed PowerCommands too in my PC.

     

    Thanks,

    Chandra

     

     

     

    • Proposto come rispostajohn_net martedì 8 luglio 2008 15.32
    •  
  • sabato 10 maggio 2008 12.22Harry Pfleger Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     

    Thankx a lot! the <add assembly... did solve my problem with this.

    Cheers Harry

  • venerdì 23 maggio 2008 8.52drAlien Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    Thanks for your help. I was going to try your solution, so I went to the Team Explorer and checked out web.config for editing manually (without opening the actual solution as that crashes). After checking out the web.config it opens all right Smile
  • martedì 8 luglio 2008 15.34john_net Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    Chandra,

    This seems to have done the trick for me, too.  Yesterday, I went through and uninstalled and reinstalled all the .NETs on my system, that worked then, but today the problem returned.  This took a lot less time ;-).

    Thanks,
    John
  • martedì 26 agosto 2008 3.47Patrick White Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    I aws having the same problem, uninstalled Ankh and everything cleared up.
  • sabato 28 febbraio 2009 4.42KristoferA - Huagati Systems Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    FYI - Microsoft has released a hotfix that fixes [at least some variations of] this problem:

    https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=16827&wa=wsignin1.0
    Kristofer - Huagati Systems Co., Ltd. - web: www.huagati.com - blog: blog.huagati.com - twitter: twitter.com/KristoferA
  • giovedì 13 agosto 2009 9.06jb_loves_ok Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    I met same problem :  After creation of new project, Visual Studio 2008 is gone.
    I  installed ASP.NET MVC1.0. And the problem disappered.
     
  • venerdì 16 ottobre 2009 14.21Anonymous2234234 Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    I have also been having the same problem with the following errors being logged in the Event Viewer:

        .NET Runtime version 2.0.50727.4927 - Fatal Execution Engine Error (6B88851A) (80131506)

        The remote debugger is unable to communicate with Visual Studio, and must abort the remote debugging session. Please restart debugging.

    This was on a fresh install on Windows Server 2008 R2. I finally figured out that the VMWare debugger add-in was causing it for me, as once I disabled it, I could open WinForm forms in design mode without Visual Studio 2008 crashing.