Can you guys see your stats?
I’m getting a server error.
Server Error in ‘/’ Application.
Column ‘TotalProfit’ does not belong to table .
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 ‘TotalProfit’ does not belong to table .
Source Error:
Line 448: dtReturn.Columns.Add(“Commission”);
Line 449:
Line 450: double _totalProfit = Math.Round(Convert.ToDouble(dt.Rows[0][“TotalProfit”]), 2);
Line 451: double _carryOver = Math.Round(Convert.ToDouble(dt.Rows[0][“CarryOver”]), 2);
Line 452: double _chargebacks = Math.Round(Convert.ToDouble(dt.Rows[0][“Chargebacks”]), 2);Source File: d:SitesStarpartner.comApp_CodePrLoss.cs Line: 450
Stack Trace:
[ArgumentException: Column ‘TotalProfit’ does not belong to table .]
System.Data.DataRow.GetDataColumn(String columnName) +1899215
System.Data.DataRow.get_Item(String columnName) +10
PrLoss.SetdvMainPrLoss(Int32 Affid, Int32 DateYear, Int32 DateMonth) in d:SitesStarpartner.comApp_CodePrLoss.cs:450
Affiliates_Reporting_reporting_profit_and_loss.PopulateGrids() in d:SitesStarpartner.comAffiliatesreporting-profit-and-loss.aspx.cs:26
Affiliates_Reporting_reporting_profit_and_loss.Page_Load(Object sender, EventArgs e) in d:SitesStarpartner.comAffiliatesreporting-profit-and-loss.aspx.cs:19
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210