Error on database schema -

Discussion in 'Databases' started by terry0917, Dec 21, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. > I followed the steps mentioned in the ticket 250644
    > http://community.discountasp<WBR>.net/default.aspx?f=16&amp;m=8808
    >
    > But i got the same error as below when i try to run my app....
    >
    > So i deleted all my tables and ran the tool "aspnet_regsql.exe" which is under C:\WINDOWS\Microsoft.NET<WBR>\Framework\v2.0.50727 on my db so ihave all the fresh databases.. But still I get the same error when i register a new user:
    >
    > Error;
    > Server Error in '/' Application.
    > ------------------------------<WBR>------------------------------<WBR>--------------------
    >
    > The 'System.Web.Security.SqlMembers<WBR>hipProvider' 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.
     
  2. I ran into the same issue as described. I fixed it by also exporting/importing the data for the following
    tables to the dasp database.

    aspnet_Applications
    aspnet_SchemaVersions (This may be the only one which is needed as it contains the schema version)
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page