Torna al Thread
Attempt by method 'Microsoft.VisualBasic.CompilerServices.Symbols+Container.InvokeMethod(Method, System.Object[], Boolean[], System.Reflection.BindingFlags)' to access method 'System.Data.Common.DataRecordInternal.get_Item(System.String)' failed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MethodAccessException: Attempt by method 'Microsoft.VisualBasic.CompilerServices.Symbols+Container.InvokeMethod(Method, System.Object[], Boolean[], System.Reflection.BindingFlags)' to access method 'System.Data.Common.DataRecordInternal.get_Item(System.String)' failed.
Source Error:
Line 38: <ItemTemplate>
Line 39: <li>
Line 40: <asp:HyperLink ID="lnkDat" runat="server" Text='<%# container.dataitem("descrizione")%>'
Line 41: NavigateUrl='<%# container.dataitem("id")%>'> ></asp:HyperLink>
Line 42: </li>