Não é possível encontrar um ou mais componentes. Por favor reinstale a aplicação

17

Estou executando o Windows 8 de 64 bits e tenho o SQL Server 2012 instalado. Baixei as ferramentas do cliente, procurei no diretório do SQL Server Management Studio e vi que estava lá. Quando tento executar o SQL Management Studio, recebo a mensagem de erro:

"Cannot find one or more components. Please reinstall application".

Este problema acabou de começar. Eu reinstalei o aplicativo e baixei os service packs. A tecla de atalho mostra o caminho, mas ainda não será executado.

    
por Chris 16.12.2013 / 23:00

7 respostas

16

Talvez você tenha desinstalado o Visual Studio 2010? Tente instalar o pacote isolado: Pacote Redistribuível do Shell do Microsoft Visual Studio 2010 (Isolado)

    
por 27.08.2014 / 00:41
5

Eu tive o mesmo erro ao tentar abrir o SQL Server Mgt Studio 2012 até seguir esta correção recomendada pela Microsoft :

Posted by Microsoft on 10/25/2011 at 6:01 PM

This happens after installing SQL Server 2012 (Code named "Denali CTP3") or later, running SSMS successfully, then (later) install VS11 Dev Preview, and then run SSMS.

Dev11 Preview improperly recognize SQL Server Denali SSMS as a version 11 application and it updates the current user’s setting in SSMS registry key during the setup. This issue occurs only when Dev11 Preview is installed after the installation of SSMS.

SQL Server 2012 SSMS has a built-in security and resiliency feature for any corrupted configuration in HKCU registry key. The corrupted registry keys can be simply deleted then SSMS automatically reconstructs it with correct values during the next startup procedure.

• Start regedit.exe

• Go to HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio

• Delete 11.0_Config

• Restart ssms.exe

    
por 24.01.2014 / 23:17
2

Eu tive o mesmo problema hoje. Provavelmente porque eu havia desinstalado o VS2012 e talvez tenha desinstalado acidentalmente um VS Shell.

Instalando o SSMS Express Edition 2014 corrigiu meu SSMS 2012

    
por 03.06.2014 / 23:23
2

Isso finalmente funcionou para mim: link

Eu tive que desinstalar o 2010 shell e depois reparar o MSSMS 2014.

Do link acima:

Struck an issue with a Windows 2012 Server with VS2012 installed trying to open SQL 2012 Management Studio giving the error:

“Cannot find one or more components. Please reinstall the application”

After having tried a heap of combination of things, installing SQL 2014 Management Studio, uninstalling, reinstalling… Then repairing VS2012, installing SQL 2014 Management Studio again. All to no avail.

What finally got me over the line was to uninstall the Visual Studio 2010 Shell, this was done by downloading the installer from this link: http://www.microsoft.com/en-us/download/details.aspx?id=1366

Once downloaded, run the installer and remove the VS2010 Shell component. Once done, run the SQL 2014 Management Studio installer or do a repair on your existing installation, this will itself reinstall the VS2010 Shell components.

Then bam, it finally opened for me.

    
por 13.05.2015 / 02:34
0

Eu tive o mesmo problema. O problema parece ser algum tipo de problema de acesso. Eu tinha feito login com minha conta de domínio durante a instalação, mas desconectei do meu domínio.

Mais tarde eu consertei a configuração do servidor sql enquanto eu estava conectado ao domínio, funcionou.

    
por 04.01.2014 / 21:29
0

Ao limpar instalações antigas do SQL Server, eu desinstalei o shell do VS2010 pensando que não precisaria dele para a versão mais recente que eu tenho usado, que é 2012.

Obteve o mesmo erro. Reinstalei o shell 2010 (~ 1GB de tamanho) e tudo está curado.

    
por 03.09.2015 / 20:33
0

Eu tive o mesmo erro no Win2008Server ao tentar abrir o SQL Server Mgt Studio 2012 após a atualização do VS2010 para 2012. Fiz o registro que Ray Vega sugeriu, reiniciei, mas sem charuto. Depois disso, instalei o VSIsoShell.exe. Em seguida, o SQL Server Mgt Studio 2012 abriu o OK.

Aqui está o link para o VSIsoShell.exe: link

    
por 16.08.2017 / 16:15