Windows 7 x64: Can't Install ASP.NET

1

I've been fighting this for hours, and I'm about ready to give up. I was in the process of getting Azure tools setup on my Win7 x64 laptop (Dell D830). The Visual Studio tools for Azure require that ASP.NET is installed. It's not enabled by default in Win7, so I attempted to install/enable it by going to Control Panel -> Programs -> Turn Windows Features On/Off

I've tried this about five times now, and I get the same error every time:

"An error has occurred. Not all of the features were successfully changed."

Every time this happens it wants to reboot, which I do.

What I've Tried:

  • The first attempt was through the Platform installer, which failed.
  • Uninstalled and reinstalled IIS.
  • Added and removed WAS (it had never been installed when I started this process)
  • Attempted to add IIS7 from command line (this resulted in an error telling me to reboot so the install could roll back)
  • Prayed real hard

More Info:

Other Windows features install/uninstall just fine. I've installed/uninstalled IIS and WAS. Only ASP.NET will not install.

This line was repeated seven times at the end of CBS.log:

2009-09-12 23:39:25, Info CBS Failed to find localized custom property bag [HRESULT = 0x80070490 - ERROR_NOT_FOUND]

I'm really stuck here, any help would be greatly appreciated.


UPDATE: I gave up and repaved the laptop from scratch. This time I didn't install any Beta stuff, especially VS 2010. All seems well now.

iis
asp.net
windows-7
asked on Server Fault Sep 13, 2009 by Dave • edited Jul 17, 2012 by splattne

1 Answer

2

Well, got ASP.NET installed by "Upgrading" from the original ISO... Two hours of that and then ran the Azure tools again and this time it starts & fails. I think it may have to do with VS 2010 Beta 1 being on the same box, even though it's supposed to work. I'll be trying again with a new Win7 VHD. Wish me luck...

answered on Server Fault Sep 13, 2009 by Dave

User contributions licensed under CC BY-SA 3.0