0

I have an application which has SQL Server 2008 Express as a prerequisite. It is working fine on Windows XP and Windows 7 Home Basic. But when we install it on a Windows 7 Professional machine it asks for .Net framework but not ask for SQL Server 2008 Express.

I do not understand what is wrong in setup.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459

1 Answers1

0

Go to Add/Remove and go to Windows Features. You should find .Net there as an option. You may also be able to use DISM to enable it via commandline:

Dism.exe /online /Enable-Feature /FeatureName:NetFx3 
Anthony Horne
  • 2,522
  • 2
  • 29
  • 51