0

I am trying to install SSMS 17.9 on a Windows 2016 server remotely. But after installation, while trying to open the Management Studio, its showing an error:

The application was unable to start correctly (0xc000007b). SSMS-Setup-ENU.exe /install /quiet /passive /norestart /Logs log.txt -- This is the installation command i used.

Do I need to install Visual Studio as a pre-requisite? Please suggest a solution. Thanks in advance

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
avk
  • 61
  • 5

1 Answers1

0

No. Visual Studio is not pre-requisite. but .Net framework definitely is. so from role and features please add .Net Framework and re-launch the setup. it should work then

Ketan Kotak
  • 942
  • 10
  • 18