postFullText_IsSupported

FullText_IsSupported

I moved my website v3.7 from Arvixe to Host4asp.net
In the Backend clicking on Configuration/Settings>General and Miscellaneous Settings I get the following error:

Could not find stored procedure ‘FullText_IsSupported’.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Could not find stored procedure ‘FullText_IsSupported’.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

solution

Run the SQL script “App_Data\SqlServer.StoredProcedures.sql” against your new database to make sure that all your stored procedures are there.