1

Whenever I try to install SQL Server 2012 Express with Advanced Services I am getting this error:

Error

I have tried both version (32-bit/64-bit) and re-downloaded multiple times.

How can I solve it ?

Brian
  • 1,951
  • 16
  • 56
  • 101

2 Answers2

4

Check if you have .Net framework 4 installed at your machine. If not - download it and install it and then try again with SQL Server.

Also check this bug at Microsoft site about .Net framework 4 (there is workaround explained in the bug).

dferidarov
  • 602
  • 4
  • 15
1

FWIW, I just downloaded and installed SQLEXPRADV_x86_ENU.exe from HERE on a vanilla Win7Pro/64 VirtualBox virtual machine and encountered no errors.

Edit

I also installed SQLEXPRADV_x64_ENU.exe from that same location on an older Vista machine. The SQL Server installer told me that it needed some new .NET components, then it proceeded to download and install them. I didn't need to manually install anything ahead of time.

Also perhaps worth noting:

Both of the machines on which my installs were successful had no anti-virus software installed. (They are development boxes behind a firewall and I don't do email or web surfing on them.)

Gord Thompson
  • 116,920
  • 32
  • 215
  • 418