Problem with SimpleMembership

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
ycgcode
Posts: 1
Joined: Fri 21 Mar 2014 19:00

Problem with SimpleMembership

Post by ycgcode » Fri 21 Mar 2014 19:08

Hi, I´m having a problem implementing SimpleMembership in my ASP.NET aplication.

I have fallowed the instructions on the doc the article says "Using ExtendedMembership Provider in ASP.NET MVC 4 Application"

The problem is that every operation I try to make I get an exception saying "Operation nos suported"

I mean basic operations like

Roles.Provider.RoleExist
Roles.Provider.CreateRole
Membership.Provider.CreateUser

I´m doing something wrong or ExtendedMembership really does not support this operations? And if this is tha case what operations does ExtendedMembership support?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Problem with SimpleMembership

Post by Shalex » Mon 24 Mar 2014 10:49

1. Have you followed all the steps listed in http://www.devart.com/dotconnect/postgr ... orial.html?
2. Please specify the full call stack of the error with all inner exceptions.
3. Tell us the exact (x.xx.xxx) version of your dotConnect for PostgreSQL.
4. Send us a small test project so that we can reproduce the issue in our environment.

Post Reply