Office 2013 Issue: Installing Office 2013 breaks Visual Studio 2012

Audience

Everyone

After installing Office 2013 on a machine with Visual Studio 2012 you get a “The procedure entry point _Atomic_fetch_sub_4 could not be located in the dynamic link library c:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe” error when trying to load Visual Studio 2012.

clip_image001
Figure: _Atomic_fetch_sub_4 exception

Some of my colleagues ran into this.

Applies To

  • Visual Studio 2012 RC (11.0.50522.1)
  • Office 2013 Preview

Finding

This is a C++ runtime conflict between Visual Studio 2012 RC and Office 2013 Preview.

This update addresses incompatibility issues that are caused by installing later versions of the C++ Runtime on a machine with Visual Studio 2012 Release Candidate. The update ensures that the Visual Studio executable file loads the compatible C++ Runtime DLLs in the app-local directory instead of loading the incompatible C++ Runtime DLLs that are installed by other applications in the system-wide directories.
KB2703187

You will not be able to run Visual Studio until you have installed a patch.

Workarounds

In order to prevent this error you should install the July 2012 update for Visual Studio 2012 RC prior to installing Office 2013 Preview.

image
Figure: Install the July 2012 Update for Visual Studio 2012

If you did not install it first and you are unable to launch Visual Studio 2012 then you should download the July 2012 update from the Microsoft downloads site and install it manually.

image
Figure: Install July 2012 Update

I found that this does not affect Visual Studio 2012 installs that already have a previous update on Windows 8, but does affect vanilla Release Candidate installs.

Did this fix your problem?

Create a conversation around this article

Share on Facebook
Share on Twitter
Share on Linkdin

Read more

Martin Hinshelwood
For a long time now I have been searching for that perfect domain that epitomised the vision, the why, of what I am trying to achieve with my customers and the industry at large. Now I have found it in http://nkdagility.com
Martin Hinshelwood
At the MVP Summit I was appalled by the number of people who asked questions about new features for supporting hierarchical tasks! I shared a disgusted look with Peter Provost and we had a quick (and I mean really quick) conversation that resulted in this post. it really comes down …
Martin Hinshelwood
In my journey of delivering an immersive Product Development Mentor Program over the last eight weeks, a compelling narrative unfolded that beautifully illustrates the essence and true strength of Scrum. This story, rooted in the practical application of Scrum through Minecraft, unveils the depth of adaptability and resilience that Scrum …
Martin Hinshelwood
The Boards in Azure DevOps are a powerful tool that your teams can leverage to enable transparent visualization of the current state of value delivery.  However, the inclusion of Blocked columns can stealthily erode the very foundations of efficiency these boards are meant to uphold. By obfuscating the state of …