stored procedure 'dbo.aspnet_CheckSchemaVersion'

G

Guest

I took Microsoft course 3201B (Developing Microsoft ASP.NET 2.0 Web
Application). I installed the CD that comes with the course material. When I
tried to run the solution for module 8 - Implementing ASP.NET Security, I got
error:
"Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'."

According to the web.config, it uses northwind database from local server. I
don't have this stored procedure in my northwind. The installation process
did not add this stored procedure to northwind. I could not find any script
to add this stored procedure. Apparently, something very basic is missing.

Does anyone know:
1. How to get this stored procedure (aspnet_CheckSchemaVersion)?
2. I am using SQL Server 2000, does this cause problem? (Maybe the
installation program cannot add the stored procedure to SQL Server 2000 ???)
3. Is there any other steps that I should do in addition to follow the steps
specified in the AutoRun program to do the installation?

Any help will be greatly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top