source code bean

24 Mar, 2011

MVC 3 RTM Install Error (after upgrading to VS2010 SP1)

Posted by: Peter In: .NET|ASP.NET|C#

Yesterday I installed Visual Studio 2010 SP1 on my home computer. After the installation I wanted to upgrade MVC3 to the RTM version (I had the RC version installed), so i uninstalled the RC and downloaded the new version. The installation came half way, then stopped, in the log file i found this:

Installation failed with error code: (0×80070643)

Not very helpful, but at least something to google. Then I found this blog post. The author describes pretty much the same issue that I had, so I did what he suggested, unpacked the installer using 7-Zip and installed the MSI packages in the following order:

  1. 1. aspnetwebpages.msi
  2. 2. aspnetwebpagesvs2010tools.msi
  3. 3. aspnetmvc3.msi
  4. 4. aspnetmvc3vs2010tools.msi
  5. 5. nuget.msi

This happily installed MVC3 without complaining. Thanks Michael!



7 Responses to "MVC 3 RTM Install Error (after upgrading to VS2010 SP1)"

1 | Debanjan

April 3rd, 2011 at 6:27 am

Avatar

Awesome!!! Thanx a ton!!! Worked like a charm!!!

2 | Nathan Hoover

April 7th, 2011 at 7:35 pm

Avatar

Thanks for posting this! Works great.

4 | Manish

June 18th, 2011 at 11:17 am

Avatar

Thanks. It worked like charm. But in Help, About, it still shows RTMRel while in other pc, it shows SP1Rel. Anything about that as MVC application working gr8.

Anyway, posted on maniish.wordpress.com :)

6 | bob

November 17th, 2012 at 8:48 am

Avatar

this helped me getting my (still local) funnelweb blog installation running when switching to a new computer, thanks!

7 | Peter

November 21st, 2012 at 5:55 am

Avatar

Great to hear!

Comment Form

Adwords

About

Welcome to source code bean! On this site I post stuff that I encounter in my job and spare time. The content is mostly related to .NET development, but my interest in techonology is very broad, so often you will find posts on totally different subjects!