« Previous Next »

Not Answered Thread: 'not all features successfully installed'

Last post 12-05-2006 10:21 PM by thomad. 11 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (12 items)

Sort Posts:

  • 11-22-2006, 6:48 PM

    • KevinK3344
    • Not Ranked
    • Joined on 11-22-2005, 12:29 AM
    • Raleigh, NC
    • Posts 5

    'not all features successfully installed'

    Hello,

    I have encountered some weird behavior when I updated my development machine from xp pro to vista ultimate. I was running IIS 5.1 w/asp.net 2.0 and this was upgraded to IIS 7 no problem, however, if I open a project with Visual Web Developer 2005 Express, I get the dialog:

    "The Asp.net 2.0 Web extension has not been enabled on your Web server. VWD 2005 Express Edition has been designed for use with ASP.NET 2.0. Would you like to enable ASP.NET 2.0 on your web server?" I click 'yes' and of course everything runs as normal.

     

    Here is the interesting part: when I attempt to install asp.net via the 'turn windows features on or off' dialog under Application Development Features it goes through the motions of installing, but when it gets to the end I get the message:

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

    The 'Asp.Net' and '.Net extensibility' boxes remain unchecked. Any ideas on how I might configure asp.net so I don't get the dialog from VWD everytime?

    Btw, I have disabled UAC in vista and I'm an admin on my local machine.

    Thanks guys.

     - Kevin
     

  • 11-22-2006, 9:00 PM In reply to

    Re: 'not all features successfully installed'

    I installed my services using the old "aspnet_regiis /i" and it worked great. Give that a try.


    -c 

  • 11-22-2006, 11:21 PM In reply to

    • KevinK3344
    • Not Ranked
    • Joined on 11-22-2005, 12:29 AM
    • Raleigh, NC
    • Posts 5

    Re: 'not all features successfully installed'

    Thanks. I think Vista is preventing me from registering asp.net. I ran aspnet_regiis at a command prompt as the administrator and got this error:

     'An error has occurred: 0x80004005 Unspecified error'

     It looks like it's going through the registration process but then stops....any ideas?

     

  • 11-23-2006, 11:21 AM In reply to

    • KevinK3344
    • Not Ranked
    • Joined on 11-22-2005, 12:29 AM
    • Raleigh, NC
    • Posts 5

    Re: 'not all features successfully installed'

    Ok, I uninstalled IIS 7 and reinstalled just the ASP/ASP.NET section. Then I installed the IIS 6 compatibility. ASP.NET checkbox is now correctly showing as 'checked'. So this seems to be working. I will post another post on a new issue, configuring IIS to default to asp.net 2.0. Thanks.
  • 12-05-2006, 1:33 AM In reply to

    • Rafa
    • Not Ranked
    • Joined on 04-22-2005, 3:52 PM
    • Ladera Ranch, CA
    • Posts 4

    Re: 'not all features successfully installed'

    KevinK3344:
    Ok, I uninstalled IIS 7 and reinstalled just the ASP/ASP.NET section. Then I installed the IIS 6 compatibility. ASP.NET checkbox is now correctly showing as 'checked'. So this seems to be working. I will post another post on a new issue, configuring IIS to default to asp.net 2.0. Thanks.

    hmm. I have the same problem as you but this trick does not work for me. I have tried everything except Reinstalling Vista, but that isn't something I really want to do. I get the same error message and no matter whether I run aspnet_regiis -i or use command line to start the package install the checkbox never gets checked and I can't get my apps to work. Very fustrated cause I really need to get back to programming

    http://incendy.spaces.live.com
  • 12-05-2006, 1:46 AM In reply to

    • thomad
    • Top 25 Contributor
    • Joined on 08-20-2002, 11:28 AM
    • Redmond
    • Posts 503

    Re: 'not all features successfully installed'

    Can you post the %windir%\iis7.log file or at least the parts of it that might help us to track down this problem.

     

    Thomas Deml
    Program Manager
    Internet Information Services
    Microsoft Corp.
  • 12-05-2006, 10:59 AM In reply to

    • preishuber
    • Top 150 Contributor
    • Joined on 09-20-2002, 1:42 AM
    • Austria/Germany
    • Posts 36

    Re: 'not all features successfully installed'

    i did the same and get same result

    After taht i did a clean install and copied the config to my iis directory and started again and it worked

    It is definitly some configuartion problem in machine.config and web.config

    @Microsoft i have backuped the files generated from upgrade and can send it if you need.Contact: hannesp AT ppedv.de

     

    -Hannes

    http://www.preishuber.net http://weblogs.asp.net/hpreishuber
  • 12-05-2006, 11:06 AM In reply to

    • Rafa
    • Not Ranked
    • Joined on 04-22-2005, 3:52 PM
    • Ladera Ranch, CA
    • Posts 4

    Re: 'not all features successfully installed'

    thomad:

    Can you post the %windir%\iis7.log file or at least the parts of it that might help us to track down this problem.

     

     

    This is recorded many times in the log, but I am not sure that is what the problem is. I can email the whole file if that helps

     [12/04/2006 21:51:46] [ ***** IIS 7.0 Component Based Setup ***** ]
    [12/04/2006 21:51:46] "C:\Windows\System32\inetsrv\aspnetca.exe" /install /fullaspnet 2.0.50727.0
    [12/04/2006 21:51:46] < !!FAIL!! > AddCollectionElement result=0x800700b7
    [12/04/2006 21:51:46] < !!FAIL!! > WriteFilterToCollection result=0x800700b7
    [12/04/2006 21:51:46] < !!FAIL!! > WriteFiltersSection() result=0x800700b7
    [12/04/2006 21:51:46] < !!FAIL!! > WriteFullASPNETConfiguration() result=0x800700b7
    [12/04/2006 21:51:46] < !!FAIL!! > Installation failure, result=0x800700b7
    [12/04/2006 21:51:46] [ End of IIS 7.0 Component Based Setup ]

    http://incendy.spaces.live.com
  • 12-05-2006, 11:08 AM In reply to

    • Rafa
    • Not Ranked
    • Joined on 04-22-2005, 3:52 PM
    • Ladera Ranch, CA
    • Posts 4

    Re: 'not all features successfully installed'

    at the very end of the file this is also recorded, again not sure if this helps but these two areas are the only problems I see skimming through it

     [12/04/2006 22:00:43] [ ***** IIS 7.0 Component Based Setup ***** ]
    [12/04/2006 22:00:43] "C:\Windows\WinSxS\x86_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6000.16386_none_0eb2b0c8b7e74678\aspnetca.exe" /uninstall /fullaspnet 2.0.50727.0
    [12/04/2006 22:00:43] < WARNING! > FindFirstFile result=0x80070003
    [12/04/2006 22:00:43] < WARNING! > RemoveDirectory result=0x80070002
    [12/04/2006 22:00:43] < WARNING! > WriteSiteClientScriptDir result=0x80070002
    [12/04/2006 22:00:43] < WARNING! > WriteASPNETClientFolders() result=0x80070002
    [12/04/2006 22:00:43] Uninstallation success
    [12/04/2006 22:00:43] [ End of IIS 7.0 Component Based Setup ]

    http://incendy.spaces.live.com
  • 12-05-2006, 12:32 PM In reply to

    • thomad
    • Top 25 Contributor
    • Joined on 08-20-2002, 11:28 AM
    • Redmond
    • Posts 503

    Re: 'not all features successfully installed'

    Rafa,

     Can you send me your %windir%\system32\inetsrv\config\applicationhost.config file? We will  have a look.

     Send it to

    t h o m a d @ m i c r o s o f t . c o m

    Thomas Deml
    Program Manager
    Internet Information Services
    Microsoft Corp.
  • 12-05-2006, 7:23 PM In reply to

    • Rafa
    • Not Ranked
    • Joined on 04-22-2005, 3:52 PM
    • Ladera Ranch, CA
    • Posts 4

    Re: 'not all features successfully installed'

    thomad:

    Rafa,

     Can you send me your %windir%\system32\inetsrv\config\applicationhost.config file? We will  have a look.

     Send it to

    t h o m a d @ m i c r o s o f t . c o m

     

    ok, hopefully I sent the right thing! Thanks for the help

    http://incendy.spaces.live.com
  • 12-05-2006, 10:21 PM In reply to

    • thomad
    • Top 25 Contributor
    • Joined on 08-20-2002, 11:28 AM
    • Redmond
    • Posts 503

    Re: 'not all features successfully installed'

    Rafa and I had a little mail thread and we figured out what's going on.

    1) It seems that Rafa still had an old ISAPI filter entry from a pre-release version of ASP.NET 2.0 in IIS. I asked Rafa to remove the first ISAPI filter entry (ASP.NET_2.0.50727.210) from applicationhost.config.

    Yo<isapiFilters>

    <filter name="ASP.NET_2.0.50727.210" path="C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll" enableCache="true" preCondition="" />

    <filter name="ASP.NET_2.0.50727.0" path="C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll" enableCache="true" />

    </isapiFilters>

     2) Our upgrade code seems to have a bug. It doesn't notice that the binding *:80: is the same as :80:. When IIS tries to start the site it sees that the bindings conflict and stops the web-site:

    2)     <binding protocol="http" bindingInformation=":80:" />

    <binding protocol="https" bindingInformation=":443:" />

    <binding protocol="http" bindingInformation="*:80:" />

    When Rafa removed the *:80: binding from his applicationhost.config file things magically started to work :). He had to restart IIS though.

     Hope this helps the people who have the same problem.

    Thomas Deml
    Program Manager
    Internet Information Services
    Microsoft Corp.
Page 1 of 1 (12 items)
Microsoft Communities