Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 22nd, 2012  |  syntax: None  |  size: 2.17 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Server Error in '/' Application.
  2.  
  3. Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
  4.  
  5. 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.
  6.  
  7. Exception Details: System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
  8.  
  9. Source Error:
  10.  
  11.  
  12. Line 272:        #region set catSpecificSubscriptionOffer properties to page
  13. Line 273:        litTitle.Text = catSpecificSubscriptionOffer.Title;
  14. Line 274:        litSubscriptionDescription.Text = String.Format(catSpecificSubscriptionOffer.SubscriptionDescriptionContent, this.CategoryName, this.ExpertName_Plural);
  15. Line 275:        #endregion        
  16. Line 276:
  17.  
  18. Source File: c:\JA_Application_git\Projects\WebApplications\WebApplication\App_Controls\Subscription\Views\view_WaitingRoomModalTableOffer1x3_V2.ascx.cs    Line: 274
  19.  
  20. Stack Trace:
  21.  
  22.  
  23. [FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.]
  24.    System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args) +1568
  25.    System.String.Format(IFormatProvider provider, String format, Object[] args) +129
  26.    view_WaitingRoomModalTableOffer1x3_V2.DisplaySubscriptionOffer() in c:\JA_Application_git\Projects\WebApplications\WebApplication\App_Controls\Subscription\Views\view_WaitingRoomModalTableOffer1x3_V2.ascx.cs:274
  27.    web_application.App_Controls.Subscription.SubscriptionSignupTemplate.OnPreRender(EventArgs e) in c:\JA_Application_git\Projects\WebApplications\WebApplication\App_Controls\Subscription\SubscriptionSignupTemplate.ascx.cs:178
  28.    System.Web.UI.Control.PreRenderRecursiveInternal() +171
  29.    System.Web.UI.Control.PreRenderRecursiveInternal() +256
  30.    System.Web.UI.Control.PreRenderRecursiveInternal() +256
  31.    System.Web.UI.Control.PreRenderRecursiveInternal() +256
  32.    System.Web.UI.Control.PreRenderRecursiveInternal() +256
  33.    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3888