SQL Prompt has been disabled due to an error TextMgrP.dll
kjkkpsi
Posts: 4
After installing a new local instance of SQL 2012 on my machine, I am receiving the following error using SQL Prompt 5 Trial edition. I am only a week into my trial period.
"SQL Prompt has been disabled due to an error with the registration of a required DLL - TextMgrP.dll. To resolve the error, repair SQL Server Management Studio or Visual Studio from the Windows Control Panel."
I did attempt to re-register the TextMgrP.dll file as suggested in another post on this subject, but received the following error:
"The module "TextMgrP.dll" was loaded but the call to DllRegisterServer failed with error code 0x80070005."
Removing and reinstalling the SQL Prompt 5 provided no help.
My work machine has several versions of SQL Server on it. When I originally installed the trial, I did not have a local instance of SQL installed on my machine, but I did have SQL Server 2012 Management Studio installed.
Any help would be appreciated.
"SQL Prompt has been disabled due to an error with the registration of a required DLL - TextMgrP.dll. To resolve the error, repair SQL Server Management Studio or Visual Studio from the Windows Control Panel."
I did attempt to re-register the TextMgrP.dll file as suggested in another post on this subject, but received the following error:
"The module "TextMgrP.dll" was loaded but the call to DllRegisterServer failed with error code 0x80070005."
Removing and reinstalling the SQL Prompt 5 provided no help.
My work machine has several versions of SQL Server on it. When I originally installed the trial, I did not have a local instance of SQL installed on my machine, but I did have SQL Server 2012 Management Studio installed.
Any help would be appreciated.
Comments
Check the security on the file TextMgrP.dll (Right-click the file in Explorer, choose the Security tab and ensure the user has appropriate permissions).
Click the Start Button, then in the "Start Search" box type CMD but DO NOT press Enter yet.
In the list above, under "Programs" right-click on CMD that appears above and choose "Run as Administrator" and click "Continue".
In the black command line window, use the command “REGSVR32†to register the file again.
http://social.technet.microsoft.com/For ... gister-dll
Product Support
Red Gate Software
I came to the same solution shortly after posting my last reply.