在visual studio 2013中,我收到了一个错误,例如程序集'System.Web.ApplicationServices,Version = 4.0.0,Culture = neutral,PublicKey token = xxxxxxxxxxxxxxxx'所需的参数包含'System.Web.Security.MembershipUser'类型'。为你的项目添加一个。
相同的代码在VS 2010中没有出现错误(我猜VS使用的是asp.net 2.0?)
我知道有些参考文献遗失了吗?但是我不知道我应该添加引用的确切文件(如果有的话)?
感谢您的任何建议!
答案 0 :(得分:0)
您需要引用System.Web.ApplicationServices.dll
for .net 4.0
它在文档中! http://msdn.microsoft.com/en-us/library/system.web.security.membershipuser.aspx
答案 1 :(得分:0)
Right Click => Add Reference => .NET tab =>
在这里,您将看到dlls
的所有列表,查找System. . . .
并获取所需的参考并点按“确定”按钮