Warnings and errors when installing Sql Server 2005 on a 64-bit Windows 7 machine

I am trying to install Sql Server 2005 .

Below is the configuration of my machine

  • Windows 7 Home Basic - Operating System
  • 4.00 GB - Ram
  • 64-bit operating system

I have successfully installed Visual Studio 2010, but when I try to install Sql Server 2005, I get some warnings and errors, as shown below during installation.

Firstly, by double-clicking the installation file, I get this message

enter image description here

I selected the Run Program option and continued tuning ...

and then I will get this error

enter image description here

Below is a detailed log for this warning / error

- IIS Feature Requirement (Warning) Messages IIS Feature Requirement

Microsoft Internet Information Services (IIS) , . IIS SQL Server. IIS SQL Server . SQL Server, IIS " " IIS , , SQL Server. , IIS, . ", SQL Server "

- ASP.Net() ASP.Net

64- ASP.Net. 32- ASP.Net Microsoft Reporting Services 2005 (32- ).

, , Sql Server 2005 .

+5
4

, .

IIS .

enter image description here

, , SQL Installation http://support.microsoft.com/kb/920201

IIS , β†’ , inetmgr.exe

32- , .

enter image description here

+11

​​Windows 8. , SQL Server 2005 Windows 8. . MSDN SQL Server SQL Server Windows 8.

, , SQL 2005 Windows 8.

+2

I ran into this problem on Windows Server 2008 x64 and ended up looking for a solution here. I turned on IIS components and set "Enable 32-bit applications" to true for all application pools. I still get an ASP.NET warning when I try to install SQL 2005. In the end, I found that by going to the "Install Application Pool Settings" and turning on 32-bit applications there, I successfully cleared the warning.

+1
source

All Articles