Reputation: 511
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.
Upvotes: 2
Views: 7022
Reputation: 48776
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)
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..
Upvotes: 2