TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mark Tabor
590
2k
457.2k
Getting Error when using Membership in ASP.NET
Jan 14 2017 12:23 PM
on that line the exceptions comes in
MembershipUser aspnetUser = base.GetUser(username, userIsOnline);
and the actual exception is
The 'PulsionTechnology.CAMAN.Web.CAMANSqlMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to either install a compatible schema with aspnet_regsql.exe (available in the framework installation directory), or upgrade the provider to a newer version.
Can any one help me
Reply
Answers (
2
)
How to insert different sections of the form into database?
Login and Logout in ASP.NET MVC