Skip to content
Advertisement

Could not find stored procedure ‘dbo.aspnet_CheckSchemaVersion’

I am using WinHost.com to host my site. The SQL Database/membership system works perfectly on my local computer, but when uploaded to the server it doesn’t work. I’ve followed all steps correctly. And I have contacted support for my service but it’s been over 2weeks and no reply.

I keep getting this error when i try to login or register a new user on my membership page on my site.

Can somebody please tell me why this error has occured (obviously it can’t find something…), and how I can fix it?

Thank you all

Bael

Advertisement

Answer

Did you run aspnet_regsql.exe against WinHost.com’s sql server?

If you don’t know where to run above command then you can simply run ‘aspnet_regsql.exe’ executable file.

In order to locate this file open your RUN Command Box by pressing Windows Key + r and put below command in that %windir%Microsoft.NETFrameworkv4.0.30319 and Hit enter then find ‘aspnet_regsql.exe’ file. It will open a wizard that you can follow to resolve this error.

This error mostly occurs when you didn’t enabled Roles in your asp.net mvc project At starting before aspnet identity table automatically created.

You will need to make sure you run this so that the tables and objects are created on WinHost.com’s SQL server.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement