SQL Server Management studio won't start - Type library could not be found

这一生的挚爱 提交于 2019-12-11 04:01:58

问题


I am running SQL Server Management Studio Developer Edition 2012, and the program would not start this morning. I have tried everything online, but to no avail. When I (attempt to) start the application, i am greeted with a message:

"The proper type library could not be found in the system registry

An attempt to repair this condition failed because you do not have the permissions to write tot he system registry or because thetype library could not be loaded"

If i click "ok" on this message, it is followed by an "THe application cannot start" error.

I am running as an administrator, and have tried repairing SQL Server 2012, as well as uninstalling and reinstalling it, but this error message persists. I have also tried right clicking and running as administrator, but I just get an "application cannot start" message.


回答1:


Between these two related questions, it appears to be mostly a permissions issue:

  • The proper type library could not be found in the system registry (VS2012 RC)

  • the proper type library could not be found in the system registry sql 2008 R2 Management Studio Error

    Change the ownership in the parent folder in registry. Give full control to local admin.

  • http://www.experts-exchange.com/Database/MS-SQL-Server/Q_24212652.html

    Did you install SQL Server when logged in under the current user credentials?

    If not, try logging in with the credentials used when installing SQL Server 2005 and if necessary, use the repair option from add/remove programs in control panel..



来源:https://stackoverflow.com/questions/27323963/sql-server-management-studio-wont-start-type-library-could-not-be-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!