Hi
I have installed VS.NET 2005 VSTS Beta 2.
I am now trying to install the QuickStart tutorials but it fails; the log is shown below.
I have installed IIS and APS.NET 2.0 manually followed by IISRESET according to the Configuration Details document but the setup insists on attempting to reinstall ASP.NET 2.0 and failing.
No instance of Visual Studio of any version has ever been installed prior to installing VS 2005.
I am using Windows 2000 Pro SP4.
Any suggestions
Thanks
Craig
11:02:00 26 May 2005: -------------------------------------------------------------------------------------------------
11:04:39 26 May 2005: [Begin Samples Configuration]
11:04:39 26 May 2005: [Info] ConfigSamplesDll_DoTasks: Starting
11:04:39 26 May 2005: [Info] ConfigSamplesDll_DoTasksWithGUI: Starting
11:04:44 26 May 2005: [Info] Config_ASPNET_Detect: ASP.NET installation (detecting): IIS://localhost/W3SVC
11:04:44 26 May 2005: [Info] Config_ASPNET_Detect: ASP.NET installation (not found): [Info] Config_ASPNET_Detect: ASP.NET installation (not found by DetectInstalledStateImpl_ForIis5())
11:04:44 26 May 2005: [Info] Config_ASPNET_Detect: ASP.NET installation (not found): IIS://localhost/W3SVC
11:04:44 26 May 2005: [Info] Config_SSE_DNLD_Detect: SQL Express service instance (detecting): MSSQL$SQLEXPRESS
11:04:46 26 May 2005: [Info] Config_SSE_DNLD_Detect: SQL Express service instance (found): MSSQL$SQLEXPRESS
11:04:47 26 May 2005: [Info] Config_SSE_INST_Detect: SQL Express service instance (detecting): MSSQL$SQLEXPRESS
11:04:47 26 May 2005: [Info] Config_SSE_INST_Detect: SQL Express service instance (found): MSSQL$SQLEXPRESS
11:04:48 26 May 2005: [Info] Config_IIS_Detect: IIS (Internet Information Services) installation (detecting): IIS://localhost/w3svc/1/root,IIS://localhost/w3svc/AppPools
11:04:48 26 May 2005: [Info] Config_IIS_Detect: IIS (Internet Information Services) installation (found): IIS://localhost/w3svc/1/root,IIS://localhost/w3svc/AppPools
11:04:48 26 May 2005: [Info] Config_QUICKSTARTDB_Detect: Quickstart Database and User Registration (detecting)
11:04:49 26 May 2005: [Info] Config_QUICKSTARTDB_Detect: Quickstart Database and User Registration (found)
11:04:49 26 May 2005: [Info] Config_QUICKSTART_Detect: Quickstart Samples Previous Build (detecting): SOFTWARE\Microsoft\.NETFramework\sdkQuickStartSetupRun
11:04:50 26 May 2005: [Info] Config_QUICKSTART_Detect: Quickstart Samples Previous Build (not found)
11:04:50 26 May 2005: [Info] Config_NETSDK_Detect: .NET Framework SDK installation (detecting): SOFTWARE\Microsoft\.NETFramework
11:04:50 26 May 2005: [Info] Config_NETSDK_Detect: .NET Framework SDK installation (found): SOFTWARE\Microsoft\.NETFramework
11:04:59 26 May 2005: [Info] Config_ASPNET_Install: ASP.NET QuickStart registration (installing)
11:05:11 26 May 2005: [Pass] Enabling ASP.Net for QuickStart virtual directory. Command: C:\WINNT\Microsoft.NET\Framework\v2.0.50215\aspnet_regiis.exe -ir -enable.
11:05:11 26 May 2005: [Info] Config_ASPNET_Detect: ASP.NET installation (detecting): IIS://localhost/W3SVC
11:05:12 26 May 2005: [Info] Config_ASPNET_Detect: ASP.NET installation (not found): [Info] Config_ASPNET_Detect: ASP.NET installation (not found by DetectInstalledStateImpl_ForIis5())
11:05:12 26 May 2005: [Info] Config_ASPNET_Detect: ASP.NET installation (not found): IIS://localhost/W3SVC
11:05:12 26 May 2005: [Fail] Config_ASPNET_Install: ASP.NET QuickStart registration (failed): ASP.NET QuickStart registration component could not be detected after installation
11:05:12 26 May 2005: [Begin Samples Rollback]
11:05:17 26 May 2005: [Info] Config_ASPNET_UnInstall: ASP.NET QuickStart unregistration (uninstalling)
11:05:17 26 May 2005: [Info] Config_ASPNET_UnInstall: ASP.NET QuickStart unregistration (skipping)
11:05:17 26 May 2005: [Pass] Config_ASPNET_UnInstall: ASP.NET QuickStart unregistration (uninstalled)

QuickStart Tutorials installation fails
Andy Larter
Rosh K Mathews
This also worked on my sitaution. Thank you for posting the info.
The problem might be is that I did not install the local IIS on my XP before installing the VS 2005...
Manabu Tokunaga
http://stokemaster.com
A Beginner Surfer Community and Resource
Chris Lang
"9:15:00 PM Monday, September 25, 2006: [Fail] Config_IIS_Install: IIS (Internet Information Services) Virtual Directory Registration (failed): [Fail] Failed to install ASP.NET Scriptmaps. Command: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -s W3SVC/1/ROOT/QuickStartv20"
Maybe it has to do with the unusual order that I installed everything:
1. VB Studio 2005 w/ SQL
2. Windows XP Professional (upgrade from Home Edition)
3. IIS
4. Quickstart Tutorials
Thanks for the help.
AKS
From the SDK command prompt run aspnet_regiis -ir -enable
Then run C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -s W3SVC/1/ROOT/QuickStartv20
aspnet_regiis.exe should return a succes message. This worked for me.
samsonknight
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\sdkInstallRootv2.0
so I followed the same instructions in the configDetails.htm and now everything works OK
Good luck
P Santosh
9:28:10 AM Saturday, June 18, 2005: [Info] Installing ASP.NET Scriptmaps. Command: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\aspnet_regiis.exe -s W3SVC/1/ROOT/QuickStartv20
9:29:13 AM Saturday, June 18, 2005: [Fail] Config_IIS_Install: IIS (Internet Information Services) Virtual Directory Registration (failed): [Fail] Failed to install ASP.NET Scriptmaps. Command: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\aspnet_regiis.exe -s W3SVC/1/ROOT/QuickStartv20
9:29:13 AM Saturday, June 18, 2005: [Begin Samples Rollback]
I've done the suggested manual steps but still can't get past this failure. Can someone help with this