嗨,我刚刚更新了一个旧的 webapp,现在我遇到了这个错误
错误 10 程序集“System.Web,版本=4.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a”中的类型“System.Web.Security.MembershipUser”已转发到程序集“System.Web.ApplicationServices”。您的项目中缺少对“System.Web.ApplicationServices”的引用,或者程序集“System.Web.ApplicationServices”中缺少“System.Web.Security.MembershipUser”类型。E:\PC\Visual Studio 2010\Projects\TIVENCA\Fuente\Tivenca 10-12-2008\Mega.TimeCard.Web\Cargar\Cargar.aspx.vb 89 27 E:...\Mega.TimeCard.Web\
这是行
Dim mu As MembershipUser = Membership.GetUser(Profile.UserName)
这里是参考
这里有很多错误
最后是我的 web.config 文件(下载 txt)
https://mega.co.nz/#!WkZSCQ4I!NM-JjVgRPS6eTVy6bYO_RmdSLY4Hxp3H_TkWVlG9mlI