Author: prashantc | Posted on: 4/18/2010 3:41:34 AM | Views : 806

I've installed a package on my local server, which is working perfectly fine,
But When I have uploaded thepackage and the database on the production server,
I am getting following error,
Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'. 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 'dbo.aspnet_CheckSchemaVersion'.
I am uploading files on a shared hosting web server

I am really not sure what exactly is g ...

Go to the complete details ...