CustomMembershipProviderEntities could not be found

Posted by Community Admin on 04-Aug-2018 11:08

CustomMembershipProviderEntities could not be found

All Replies

Posted by Community Admin on 26-Mar-2015 00:00

Hello I'm trying to create a custom members area docs.sitefinity.com/custom-membership-provider-create-the-custom-membership-provider-class. Im following this tutorial, however i get stuck when i need to create the method below. 'CustomMembershipProviderEntities cannot be found are you missing a reference'. Visual Studio doesnt  pick this up in any assembilies. I'm new to Sitefinity so far ive created a new project in the project manager, opened it in visual studio as a website as no solution was present, saved a solution and opened that, it compiles fine. Ive then just started on this tutorial. 

    public CustomMembershipProviderEntities ProviderEntities
   
        get;
        set;
   

Posted by Community Admin on 26-Mar-2015 00:00

I think I've sussed it. I closed the solution, just opened the project inside the site root, this seems to be able to access the class ok from the MembershipModel.Context.cs. Not sure why the solution cant!

This thread is closed