
Untitled
By: a guest on
Aug 22nd, 2012 | syntax:
None | size: 2.17 KB | hits: 13 | expires: Never
Server Error in '/' Application.
Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
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.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
Source Error:
Line 272: #region set catSpecificSubscriptionOffer properties to page
Line 273: litTitle.Text = catSpecificSubscriptionOffer.Title;
Line 274: litSubscriptionDescription.Text = String.Format(catSpecificSubscriptionOffer.SubscriptionDescriptionContent, this.CategoryName, this.ExpertName_Plural);
Line 275: #endregion
Line 276:
Source File: c:\JA_Application_git\Projects\WebApplications\WebApplication\App_Controls\Subscription\Views\view_WaitingRoomModalTableOffer1x3_V2.ascx.cs Line: 274
Stack Trace:
[FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.]
System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args) +1568
System.String.Format(IFormatProvider provider, String format, Object[] args) +129
view_WaitingRoomModalTableOffer1x3_V2.DisplaySubscriptionOffer() in c:\JA_Application_git\Projects\WebApplications\WebApplication\App_Controls\Subscription\Views\view_WaitingRoomModalTableOffer1x3_V2.ascx.cs:274
web_application.App_Controls.Subscription.SubscriptionSignupTemplate.OnPreRender(EventArgs e) in c:\JA_Application_git\Projects\WebApplications\WebApplication\App_Controls\Subscription\SubscriptionSignupTemplate.ascx.cs:178
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +256
System.Web.UI.Control.PreRenderRecursiveInternal() +256
System.Web.UI.Control.PreRenderRecursiveInternal() +256
System.Web.UI.Control.PreRenderRecursiveInternal() +256
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3888