我正在WCF RIA Services安装程序安装的System.ServiceModel.DomainServices.Server程序集中的AuthenticationBase类上调用UpdateUser。这适用于我的Win 7桌面,但在我的Win 7笔记本电脑上,我得到以下例外。
关于我应该寻找什么或者如何确定两个系统之间有什么不同的任何想法?感谢。
System.MethodAccessException was unhandled
Message=Attempt by method 'System.ServiceModel.DomainServices.Server.ApplicationServices.AuthenticationBase`1<T>.IsReadOnly(System.Reflection.PropertyInfo)' to access method 'System.Linq.Enumerable.Cast<System.ComponentModel.DataAnnotations.EditableAttribute>(System.Collections.IEnumerable)' failed.
Source=System.ServiceModel.DomainServices.Server
StackTrace:
at System.ServiceModel.DomainServices.Server.ApplicationServices.AuthenticationBase`1.IsReadOnly(PropertyInfo propertyInfo)
at System.ServiceModel.DomainServices.Server.ApplicationServices.AuthenticationBase`1.UpdateProfile(T user)
at System.ServiceModel.DomainServices.Server.ApplicationServices.AuthenticationBase`1.UpdateUserCore(T user)
at System.ServiceModel.DomainServices.Server.ApplicationServices.AuthenticationBase`1.UpdateUser(T user)
答案 0 :(得分:0)
听起来您对笔记本电脑实例没有反射权限。
您是在其他用户帐户下运行吗?
此外,请确保两者都运行相同版本的.NET,因为.NET 4中引入了安全性更改。