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
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
User contributions licensed under CC BY-SA 3.0