Visual Studio 2008 Crashes After Installing PowerCommands Add-In
Visual Studio 2008 Crashes After Installing PowerCommands Add-In
RAPID PUBLISHING
Action
Result
Log Name: Application
Source: .NET Runtime
Event ID: 1023
.NET Runtime version 2.0.50727.3053 – Fatal Execution Engine Error (000007FEF671203F) (0)
Cause
In this scenario, System.Core.dll is reuqested by Microsoft.PowerCommands.dll. In certain scenarios, System.Core.dll loses its native image and is loaded in the wrong context, which results in the crash.
Resolution
1. Using Notepad, open the devenv.exe.config file which is situated under Program Files Visual Studio 9 Common7 IDE folder.
2. Locate the <assemblyBinding> element underneath the <runtime> element. You should see a number of <dependentAssembly> elements listed under this.
3. Add the following <dependentAssembly> entry at the bottom of the <dependentAssembly> entries.
<dependentAssembly>
  <assemblyIdentity name=Microsoft.PowerCommands publicKeyToken=null culture=neutral/>
  <codeBase version=1.1.0.0 href=C: Program Files PowerCommands Microsoft.PowerCommands.dll/>
</dependentAssembly>
4. Be sure to place the path to Microsoft.PowerCommands.dll with the path to it on your computer.
5. Save the file and close it.
6. Restart Visual Studio 2008.
DISCLAIMER
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS.
Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
Microsoft Corporation. All rights reserved. Terms of Use | Trademarks
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Back to the top
Leave a Reply