Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft SQL Server Management Studio Opening Error

I installed SQL Server Management Studio and it worked fine. After that I updated my Visual Studio from 2010 to 2013 Express edition, now it is not working with this error message :

Cannot find one or more components. Please re install the application

I re-installed it but still same issue. Any suggestion?

like image 223
Ali Malik Avatar asked Jan 17 '15 11:01

Ali Malik


People also ask

How do I reinstall SQL Management Studio?

Note: If you do not have SQL Server 2012 installed on your machine, select ENU\x64\SQLEXPRWT_x64_ENU.exe (or ENU\x86\SQLEXPRWT_x86_ENU.exe for 32-bit) to download and install both SQL Server 2012 and Management Studio in a bundle. After the download is completed, run the .exe file as Administrator.

How do I repair Microsoft SQL?

Launch the SQL Server Setup program (setup.exe) from SQL Server installation media. After prerequisites and system verification, the Setup program will display the SQL Server Installation Center page. Click Maintenance in the left-hand navigation area, and then click Repair to start the repair operation.

Why SSMS is not installing?

Run the Microsoft Installation Cleanup Utility to remove the rogue client tools still existing on the server, which are not listed in Add or Remove Programs. Reinstall the client components again. This time, the installer should perform a proper install of the Management Tools, including SQL Server Management Studio.


1 Answers

The SQL Server 2014 Management Studio answer

SSMS 2014 relies upon the Microsoft Visual Studio 2010 Shell (Isolated) Redistributable Package. If this is uninstalled, SSMS will produce the error message 'Cannot find one or more components. Please re install the application'. This can be corrected by:

  1. Reinstalling the VS 2010 Shell from here: https://visualstudio.microsoft.com/vs/older-downloads/isolated-shell/
  2. Try opening SSMS again. If it still gives the error, then:
  3. Run Repair in SQL Server (2014) Setup

The SQL Server 2016 Management Studio answer

SSMS 2016 relies upon the Microsoft Visual Studio 2015 Shell (Isolated) Redistributable Package. If this is uninstalled, SSMS will produce the error message 'Cannot find one or more components. Please re install the application'. This can be corrected by reinstalling VS 2015 or by installing the Microsoft Visual Studio 2015 Shell (Isolated) Redistributable Package.

like image 141
Rikard Askelöf Avatar answered Nov 15 '22 23:11

Rikard Askelöf