T
tshad
I have a collection class(exChain), for my Exception log which is getting
the following error:
***************************************************************************
No default member found for type 'ExceptionLog'.
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.MissingMemberException: No default member found
for type 'ExceptionLog'.
Source Error:
Line 172: <asp:TemplateColumn HeaderText="">
Line 173: <ItemTemplate>
Line 174: <asp:LinkButton ID="FullName" Text='<%#
Container.DataItem("ExceptionID")%>' OnClick="GetApplicantDetails_Click"
runat="server"/>
Line 175: </ItemTemplate>
Line 176: </asp:TemplateColumn>
Source File:
C:\Inetpub\wwwroot\staffingworkshop\ADMINISTRATION\showExceptions.aspx
Line: 174
Stack Trace:
[MissingMemberException: No default member found for type 'ExceptionLog'.]
Microsoft.VisualBasic.CompilerServices.LateBinding.LateIndexGet(Object o,
Object[] args, String[] paramnames) +1370
ASP.showExceptions_aspx.__DataBind__control7(Object sender, EventArgs e)
in
C:\Inetpub\wwwroot\staffingworkshop\ADMINISTRATION\showExceptions.aspx:174
System
****************************************************************************************************I don't know what could cause this:I have the statement: gridExceptionChain.DataSource = ExChain gridExceptionChain.DataBind()and my DataGrid is: <aspataGrid ID="gridExceptionChain" runat="server"AutoGenerateColumns="False" CellPadding=3> <HeaderStyle HorizontalAlign="Left" BackColor="Gainsboro" /> <Columns> <asp:TemplateColumn HeaderText=""> <ItemTemplate> <asp:LinkButton ID="FullName" Text='<%#Container.DataItem("ExceptionID")%>' OnClick="GetApplicantDetails_Click"runat="server"/> </ItemTemplate> </asp:TemplateColumn> </Columns> </aspataGrid>Is it something having to do with a collection?Thanks,Tom
the following error:
***************************************************************************
No default member found for type 'ExceptionLog'.
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.MissingMemberException: No default member found
for type 'ExceptionLog'.
Source Error:
Line 172: <asp:TemplateColumn HeaderText="">
Line 173: <ItemTemplate>
Line 174: <asp:LinkButton ID="FullName" Text='<%#
Container.DataItem("ExceptionID")%>' OnClick="GetApplicantDetails_Click"
runat="server"/>
Line 175: </ItemTemplate>
Line 176: </asp:TemplateColumn>
Source File:
C:\Inetpub\wwwroot\staffingworkshop\ADMINISTRATION\showExceptions.aspx
Line: 174
Stack Trace:
[MissingMemberException: No default member found for type 'ExceptionLog'.]
Microsoft.VisualBasic.CompilerServices.LateBinding.LateIndexGet(Object o,
Object[] args, String[] paramnames) +1370
ASP.showExceptions_aspx.__DataBind__control7(Object sender, EventArgs e)
in
C:\Inetpub\wwwroot\staffingworkshop\ADMINISTRATION\showExceptions.aspx:174
System
****************************************************************************************************I don't know what could cause this:I have the statement: gridExceptionChain.DataSource = ExChain gridExceptionChain.DataBind()and my DataGrid is: <aspataGrid ID="gridExceptionChain" runat="server"AutoGenerateColumns="False" CellPadding=3> <HeaderStyle HorizontalAlign="Left" BackColor="Gainsboro" /> <Columns> <asp:TemplateColumn HeaderText=""> <ItemTemplate> <asp:LinkButton ID="FullName" Text='<%#Container.DataItem("ExceptionID")%>' OnClick="GetApplicantDetails_Click"runat="server"/> </ItemTemplate> </asp:TemplateColumn> </Columns> </aspataGrid>Is it something having to do with a collection?Thanks,Tom