System.Data.SqlClient.SqlException: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'

Discussion in 'Databases' started by jayd_21, May 30, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I'm new to ASP.NET/MSSQL, I'veedited and posted Microsofts Small Business Kit. An error occurs when an attempt to Login or view the Shopping Cart. The Source Error is different for each instance but the Exception Detail is the same- System.Data.SqlClient.SqlException: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'. The Login and Cart are items I added that worked on theLocal machine but do not when running on the host.

    Does anyone know why I'm getting these errors?
     
  2. No I did not synq the DB objects. How do you do this?


    The app is accessing the DB with the Catalog/Items and is functioning correctly. There are 2 DB's, one for the Catalog/Items and 1 for the Login, I plan to merge them once everything is working. When theapp trys to access the Login DB is when the errors occur.


    I found a Help reference to ASPNetSqlProvider and CheckSchema, this may be where the problem is as membership is stored in the Login DB. Is it possible this is what's causing the errors?
     
  3. Hi,
    Did you sync your local DB objects to a SQL Server here?
    Salute,
    Mark
     
  4. All I get are SQl errors when attempting to run cmd app! It connects to the DB but can't execute any of the commands.
     
  5. Open a support ticket, my guess is this has something to do with your OS/Firewall.

    In that video I'm using Vista SP1, Windows OneCare and hard-wired (Cat6) to a Linksys Broadband router.
    Salute,
    Mark
     
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