Can anyone help me solve this error:-

Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.

Recommended Answers

All 2 Replies

You need to install the .NET internal tables in the database you want to use. To do this:

  1. Locate the appropriate version of .NET that you're using, (ie, 2.x, 3.x, 4.x) under c\:Windows\Microsoft.Net
  2. Double-click on aspnet_regsql.exe follow the prompts, entering the connection info as required.
  3. When that's done, go back into Visual Studio, open your project and click on Website/ASP.NET Configuration
  4. Click on the Security tab when the pages come up.
  5. Define yourself as an administrator so you can login to you application.

If i try that, will I be able to use other database name in my .NET applications

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.