Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Visual Studio 11 Beta: Visual Studio may crash when you create or open a C++ project


Symptoms

Consider the following scenario:
  • You install the French or Japanese localized version of Microsoft Visual Studio 11 Beta Ultimate, Professional, or Premium.
  • You install a Visual Studio 11 language pack and then set the language pack’s language to be the active language for Visual Studio 11 Beta.
  • You create or open a C++ project in Visual Studio 11 Beta.
In this scenario, Visual Studio 11 Beta may crash.

↑ Back to the top


Cause

This issue occurs because the Visual Studio 11 Beta language pack installers look for a certain registry key that does not exist. Because the key does not exist, the installer skips installing important resources. Depending on fallback logic, this situation causes Visual Studio to display either the wrong language strings or the application fault dialog box.

↑ Back to the top


Resolution

To resolve this issue, add the appropriate registry key before you install the language pack. Or if the language pack is already installed, add the registry key and then repair the language pack installation. To add the registry key, run one of the following commands at an administrator command prompt.
32-bit Windows
reg add HKLM\SOFTWARE\Microsoft\DevDiv\vs\Servicing\11.0\compilerCore /v Version /d 11.0
64-bit Windows
reg add HKLM\SOFTWARE\Wow6432Node\Microsoft\DevDiv\vs\Servicing\11.0\compilerCore /v Version /d 11.0

f the language pack is already installed, follow these steps after you add the registry key:
  1. In the Programs and Features item in Control Panel, select the language pack name, and then select Modify.
  2. When the dialog box appears, select Reinstall.

Instead of executing the registry commands, you can download the registry files that are available at one of the following Microsoft websites.
32-bit Windows
64-bit Windows

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 2682619
Revision : 1
Created on : 1/7/2017
Published on : 3/27/2012
Exists online : False
Views : 96