Hello,
I've created a new report and when I go to click on the link in the dashboard for my report, I get this error:
Server Error in '/' Application.
Column 'software' does not belong to table theTable.
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.ArgumentException: Column 'software' does not belong to table theTable.
Source Error:
Line 44: <td class="lef"><%select case lcase(mycolumn.Caption)%>
Line 45: <%case "computer","computername" %><a href="default.aspx?item=compdetail&comp=<%=myrow(mycolumn.Caption)%>"><%=myrow(mycolumn.Caption)%></a>
Line 46: <%case "software","version" %><a href="default.aspx?item=softdetail&soft=<%=myrow("software")%>&v=<%=myrow("version")%>"><%=myrow(mycolumn.Caption)%></a>
Line 47: <%case "lastseen", "last scanned", "last changed", "last seen","lastchanged", "lastscanned"%><%=datetime.parse(myrow(mycolumn.Caption)).tostring(ConfigurationSettings.AppSettings("dateformat"))%>
Line 48: <%case else%><%=myrow(mycolumn.Caption)%> <%end select%></td>
Source File: D:\Program Files\lansweeper31\website\it-cust.aspx Line: 46
Any thoughts as to how to fix this issue?
Thanks!
-Noah