Page 1 of 1

Problem with SimpleMembership

Posted: Fri 21 Mar 2014 19:08
by ycgcode
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?

Re: Problem with SimpleMembership

Posted: Mon 24 Mar 2014 10:49
by Shalex
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.