Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion' ERROR
-
I am getting this error
Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
my site is on the server, so i guess, i need to remove the 'dbo.' from 'dbo.aspnet_CheckSchemaVersion'. But i m not able to locate this. I am getting this error, when i am attempting to login ( same error on registration page ). All other pages are working fine. Please help me out of this.Apurv A man is but the product of his thoughts. What he thinks, he becomes. .......Mahatma Gandhi Be the change you want to see in the world. .......Mahatma Gandhi
-
I am getting this error
Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
my site is on the server, so i guess, i need to remove the 'dbo.' from 'dbo.aspnet_CheckSchemaVersion'. But i m not able to locate this. I am getting this error, when i am attempting to login ( same error on registration page ). All other pages are working fine. Please help me out of this.Apurv A man is but the product of his thoughts. What he thinks, he becomes. .......Mahatma Gandhi Be the change you want to see in the world. .......Mahatma Gandhi
apr ~ asp wrote:
I am getting this error Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
I believe you are using Membership or Profile in asp.net . Did you register your SQL server for that ? Please run
aspnet_regsql
from your command prompt and choose the database you are using. Then Again run the application .cheers, Abhijit CodeProject.Com MVP
-
apr ~ asp wrote:
I am getting this error Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
I believe you are using Membership or Profile in asp.net . Did you register your SQL server for that ? Please run
aspnet_regsql
from your command prompt and choose the database you are using. Then Again run the application .cheers, Abhijit CodeProject.Com MVP
Thanx for ur reply .... i already did that ... My site works perfectly for local database, for remote database, i guess dbo. extension has to be removed. I removed the dbo. extension for other table adapters from the xsd file of the dataset.
Apurv A man is but the product of his thoughts. What he thinks, he becomes. .......Mahatma Gandhi Be the change you want to see in the world. .......Mahatma Gandhi
-
Thanx for ur reply .... i already did that ... My site works perfectly for local database, for remote database, i guess dbo. extension has to be removed. I removed the dbo. extension for other table adapters from the xsd file of the dataset.
Apurv A man is but the product of his thoughts. What he thinks, he becomes. .......Mahatma Gandhi Be the change you want to see in the world. .......Mahatma Gandhi
apr ~ asp wrote:
guess dbo. extension has to be removed. I removed the dbo. extension for other table adapters from the xsd file of the dataset.
then , is it working now ?
cheers, Abhijit CodeProject.Com MVP
-
apr ~ asp wrote:
guess dbo. extension has to be removed. I removed the dbo. extension for other table adapters from the xsd file of the dataset.
then , is it working now ?
cheers, Abhijit CodeProject.Com MVP
everything is working fine, except the membership framework. i m not able to locate
dbo.aspnet_CheckSchemaVersion
to remove "dbo."Apurv A man is but the product of his thoughts. What he thinks, he becomes. .......Mahatma Gandhi Be the change you want to see in the world. .......Mahatma Gandhi