MembershipProvider in .NET 4.0

前端 未结 4 1964
感情败类
感情败类 2021-02-18 18:16

How can I add the MembershipProvider class to my .NET 4.0 project in VS 2010 B2?

I want to customize a MembershipProvider, but I cannot without adding this class. Please

4条回答
  •  孤独总比滥情好
    2021-02-18 18:44

    The MembershipProvider abstract class is part of the System.Web.ApplicationServices namespace in the .net 4.0 Framework. Add a reference to that assembly and it should solve the issue.

提交回复
热议问题