Strange aspnetdb error ...
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
After executing sql script (which include my custom tables and aspnetdb tables, views, stored procedures required for roles n membership) i m getting this error when i m trying to create user through asp.net createuserwizard control 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. all i did create new DB and execute the script so i can have tables to work but getting error Plz Help. Thanks in advance.