Hello,
I coded a custom Membership provider and I want to run some Unit tests against it. However, whenever I create a "Test" project, I can't access MembershipCreateStatus. You may know that this is a type on an out parameter for CreateUser.
I am using VS2010 Ultimate and just can't seem to grasp why, even when I add a reference to System.Web (and for good faith a reference to all the libs in the membership provider project), I can't access it.
Is there something preventing it from being used in Test projects?
I am targeting 3.5 Framework.
Thanks!