Here my trouble I have for the weekend. I am working with SQL express in my local machine and everything is doing well. However, when I transfer the database to SQL 2005 in my host machine, I have this error. I checked on the internet and follow some of
the suggestion I have, but not seems working. I ever remove the script I create using the aspnet_regsql, but still keep getting the same error. Please help. Any help is appreciated.
Below is the errors:
The 'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to either install a compatible schema with aspnet_regsql.exe
(available in the framework installation directory), or upgrade the provider to a newer version.
Here is a related post, he forgot to copy data. Perhaps you're having a similar issue? There are other suggestions there as well. http://forums.asp.net/p/985097/1267872.aspx
Ben
MCAD .Net (70-315, 70-320 & 70-229)
:One that throws dirt loses ground:
sparrow1
Member
69 Points
104 Posts
Database problems. Help needed please
Jan 06, 2008 05:05 AM|LINK
Guys,
Here my trouble I have for the weekend. I am working with SQL express in my local machine and everything is doing well. However, when I transfer the database to SQL 2005 in my host machine, I have this error. I checked on the internet and follow some of the suggestion I have, but not seems working. I ever remove the script I create using the aspnet_regsql, but still keep getting the same error. Please help. Any help is appreciated.
Below is the errors:
The 'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to either install a compatible schema with aspnet_regsql.exe (available in the framework installation directory), or upgrade the provider to a newer version.
MuteThis
Participant
1126 Points
209 Posts
Re: Database problems. Help needed please
Jan 06, 2008 06:29 AM|LINK
Here is a related post, he forgot to copy data. Perhaps you're having a similar issue? There are other suggestions there as well.
http://forums.asp.net/p/985097/1267872.aspx
MCAD .Net (70-315, 70-320 & 70-229)
:One that throws dirt loses ground:
srijaya_rama...
Contributor
5738 Points
1161 Posts
Re: Database problems. Help needed please
Jan 07, 2008 06:14 AM|LINK
This link may help u
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=369569&SiteID=1
Thank u
Baba
Please remember to click "Mark as Answer" on this post if it helped you.
Baba
Please remember to click "Mark as Answer" on this post if it helped you.