ASP.NET MVC 3 Tools Update Setup fails with fatal error (0x80070643)

by mgreuel 13. April 2011 16:29

Today I tried to install the ASP.NET MVC 3 Tools Update. The Installation always failed with a fatal error(0x80070643). The log file sent me to the ASP.NET Webpages.msi logfile which had the wonderful error message

There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor

The Eventlog had even some additional but equally useless information:

Application: WebConfigCA.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentException
Stack:
   at System.Web.Configuration.VirtualDirectoryMapping..ctor(System.Web.VirtualPath, System.String, Boolean, System.String)
   at System.Web.Configuration.VirtualDirectoryMapping..ctor(System.String, Boolean)

After some digging I found a KB Article describing the same error during the installation of MVC 3 or WebPages and the first suggested workaround helped:

Remove the trailing backslash from the following registry keys:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\Path
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ASP.NET\4.0.30319.0\Path

 

I guess someone at Microsoft missed the Path.Combine method ;)

Tags:

General

Comments (1) -

horridge
horridge Großbritannien
5/17/2011 10:59:25 AM #

This helped me a lot - just wish i'd seen this before running a repair on vs

Add comment




  Country flag
biuquote
  • Comment
  • Preview
Loading