Re: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
- From: "Darrel" <notreal@xxxxxxxxxx>
- Date: Thu, 1 Nov 2007 23:02:10 -0500
When you created a new SQL Server Express DB, it created a blank database.
In order to use the database to store your membership information you need
to provision it with the necessary tables and stored procedures.
Fortunately, this is easy as there is a tool called aspnet_regsql that
will do this for you. Run this program and follow the wizard.
BTW, this tool doesn't show up in any of the VS menus or windows start
menu. You'll need to run it from the command line.
Andrew:
Thanks. In case It wasn't clear in the first post, I did run that tool. It
selects my local machine as the server (makes sense) But it can't find the
DB I created in the pull down. I get that error instead.
It really seems this whole thing was very much cobbled together by
microsoft. This has been insanely frustrating.
I think I'll take your advice from the other thread and do a complete
reinstall. *sigh*.
Thanks for the help!
-Darrel
.
- References:
- Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
- From: Darrel
- Re: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
- From: Andrew Faust
- Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
- Prev by Date: Re: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
- Next by Date: POST to Non-ASP.NET Site
- Previous by thread: Re: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
- Next by thread: Adding Event to C# VS 2003
- Index(es):
Relevant Pages
|