【发布时间】:2011-07-27 21:29:27
【问题描述】:
Attempt by method 'Microsoft.VisualBasic.CompilerServices.Symbols+Container.InvokeMethod(Method, System.Object[], Boolean[], System.Reflection.BindingFlags)' to access method 'System.Data.Objects.MaterializedDataRecord.get_Item(System.String)' 失败。
我在 winhost 服务器上运行时收到此 System.MethodAccessException 错误。当我在内置 vs 上运行时,它工作正常。无论我在哪里使用,似乎都在多个地方发生
<%# Container.DataItem("Something")%>
任何建议都会很棒。谢谢。
【问题讨论】:
-
已安装版本的 .Net 服务器与您的开发盒?
标签: vb.net exception data-binding repeater live