MSSQL 2012 Execution error. "Cannot f ind one or more components. Please reinstall the application"

Jueyoung Kim 21 Reputation points
2021-11-04T23:13:07.333+00:00

The following errors occur every day.
146616-image.png

The solution is to refer to the link below, and even if you delete the Config folder, errors are occurring every re-run after MSSQL is terminated.
146648-image.png

I delete the config folder and repeat running it every day. I know the solution, but I'm curious about the cause.
The contents of the config folder are as follows.
This is the config folder at the time of the error.
146626-image.png

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,700 questions
0 comments No comments
{count} votes

Accepted answer
  1. CathyJi-MSFT 21,966 Reputation points Microsoft Vendor
    2021-11-05T02:41:33.877+00:00

    Hi @Jueyoung Kim ,

    This can be caused by the corrupt of Microsoft Visual Studio 2015 Shell (Isolated). To fix this, Please try to do the following:

    1.Uninstall SSMS the same way you uninstall any application
    2.Make sure the registry entry HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\11.0_Config is not there. If it there, then remove it, after taking a backup of the registry.
    3.Repair Microsoft Visual Studio 2015 Shell (Isolated). If it failed, try reinstalling it. You can download the shell from (https://download.microsoft.com/download/C/9/C/C9CA8400-20AA-4488-92A3-F3F6D978AD81/vs_isoshell.exe)
    4.Suggest you installing the latest version of SQL Server Management Studio from here. Then run it. You will find that the issue fixed.

    If it is not work, please try the following steps.

    1. Uninstall Microsoft Visual C++ 2017 Redistributable (both the x64 and x86).
    2. Repair Microsoft Visual Studio 2015 Shell (Isolated). If it failed, try reinstalling it.
    3. Reinstall Microsoft Visual C++ 2017 Redistributable. You can download it from The latest supported Visual C++ downloads.

    Refer to the blog Solution For SSMS Error – Cannot Find One Or More Components and the old similar thread to get more details.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.