User-679374827 posted
I'm trying to install MVC3 on a machine with Visual Studio 2010 SP1, MVC1, and MVC2 (Windows 7). I've attempted to install via direct download (AspNetMVC3ToolsUpdateSetup.exe) and via Web Platform Installer (each time running as Admin). With
the direct download I'm getting the error
Action complete
OnFailureBehavior for this item is to Rollback.
Action complete
Final Result: Installation failed with error code:
(0x80070002), "The system cannot find the file specified. " (Elapsed time: 0 00:00:07).
The WPI install tells me it's successful, but MVC3 is not installed (as determined by Programs and Features list).
So far I've attempted to reinstall VS2010, uninstall and reinstall VS2010, uninstall and reinstall MVC2, and, after focusing on the problem with AspNetWebPages.msi, install Web Matrix. Web Matrix did install Asp.NET Web Pages, so I tried the direct
download MVC3 install again. This time I get:
Final Result: Installation failed with error code: (0x80070002), "The system cannot find the file specified. " (Elapsed time: 0 00:00:06).
Running the WPI install again tells me it was succesful (DownloadManager Information: 0 : Install return code for product 'ASP.NET MVC 3 Tools Update Installer' is Success), but MVC3 is still not installed
I'm not sure at this point what might be wrong with my system, but I'm running out of things to try. Can anyone point me in the right direction or give me advice? I'd really appreciate it.
Thanks in advance,
Michael