PowerShell 3.0 x64 bit broken after installing KB2506143

6

I have searched using all kinds of variations on relevant terms and I cannot find a single other instance of someone else having this excact same problem, so I am hoping someone here may have a clue.

Problem

I installed Windows Management Framework 3.0 (KB2506143) by downloading and running Windows6.1-KB2506143-x64.msu from Microsoft.com. Once completed I rebooted my machine as requested. After rebooting and logging in, I try to run the 64-bit PowerShell command shell and it comes up for a second then goes away. The 32-bit shell seems to work fine, it is just the 64-bit one that fails.

Looking in the Fusion logs, I found:

*** Assembly Binder Log Entry  (10/4/2012 @ 1:51:48 PM) ***

The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.

Assembly manager loaded from:  C:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorwks.dll
Running under executable  C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe
--- A detailed error log follows. 

=== Pre-bind state information ===
LOG: User = ********\*****
LOG: DisplayName = Microsoft.PowerShell.ConsoleHost, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL
<remainder omitted>

GacUtil reveals that there is a Microsoft.PowerShell.ConsoleHost, Version=1.0.0.0, but not 3.0.0.0.

I tried uninstalling KB2506143 (which removed MSVCRT90.dll and caused Windows Live Messenger to fail on load after rebooting again, so I ran a repair in stall on Windows Live Essentials and that fixed the Messenger problem) and then re-installing it, but nothing changed.

If it helps, here are what I think may be the relevant parts of my hardware/software environment.

Environment

  • Dell Latitude E6510, 8GB RAM
  • Windows 7 Professional 64-bit with SP1
  • Visual Studio 2010 Professional installed (includes .NET 4.0)
  • Visual Studio 2012 Professional installed
  • Microsoft Forefront Client Security

Any clues out there?

Thanks, Dave

powershell
asked on Server Fault Oct 4, 2012 by Dave Parker • edited Oct 5, 2012 by Dave Parker

1 Answer

2

Which KB2506143 are you installing? When I google KB2506143, I get this link for download that is the "release candidate" for WMF3.0

When I google "Windows Management Framework 3.0" I get a different link that does NOT mention "release candidate".

The file sizes for Windows6.1-KB2506143-x64.msu listed on the two pages are different. If you're still running the RC try the final release.

answered on Server Fault Oct 11, 2012 by Clayton • edited Dec 19, 2012 by Mark Henderson

User contributions licensed under CC BY-SA 3.0