ASP.NET SqlMembershipProvider schema version error PDF Print E-mail
All in One - Developer
Written by Administrator   
Friday, 08 May 2009 17:32

ASP.NET SqlMembershipProvider schema version error

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_reqsql.exe (available in the framework installation directory), or upgrade the provider to a newer version.

  1. use aspnet_regsql(c:/windows/framework/.net 2.0 ) : remove and add
  2. Restart the web application
Last Updated ( Friday, 15 May 2009 20:07 )