Good day,
I am unable to enter the store and I get this error message, I tried from 3 different devices and ended with the same result. Is the store down for the moment and if so, when will it be fixed?
Issue:
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:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
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.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args) +12985233
System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args) +61
System.String.Format(IFormatProvider provider, String format, Object[] args) +77
System.Data.Linq.SqlClient.Visitor.VisitUserQuery(SqlUserQuery suq) +260
System.Data.Linq.SqlClient.SqlVisitor.Visit(SqlNode node) +1004
System.Data.Linq.SqlClient.Visitor.Format(SqlNode node, Boolean isDebug) +130
System.Data.Linq.SqlClient.SqlFormatter.Format(SqlNode node) +16
System.Data.Linq.SqlClient.SqlProvider.BuildQuery(ResultShape resultShape, Type resultType, SqlNode node, ReadOnlyCollection`1 parentParameters, SqlNodeAnnotations annotations) +2402
System.Data.Linq.SqlClient.SqlProvider.BuildQuery(Expression query, SqlNodeAnnotations annotations) +155
System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) +132
System.Data.Linq.DataContext.ExecuteMethodCall(Object instance, MethodInfo methodInfo, Object[] parameters) +83
System.Data.Linq.DataContext.ExecuteCommand(String command, Object[] parameters) +150
v2.NewStore.CurrencyExchangeRate.RecordExchangeRate(Currency fromCurrency, Decimal rate) +307
v2.NewStore.CurrencyExchangeRate.GetExchangeRate(String fromCurrencyCode) +3963
v2.NewStore.Currency.get_ToGBPRate() +54
v2.NewStore.Currency.AmountFromGBP(Int32 amountCents, Boolean includeMarkup) +226
v2.NewStore.Currency.SalePriceFromGBP(Int32 amountCents) +52
v2.NewStore.Item.SalePrice(Currency inCurrency, Boolean exclusive, Boolean applySaleDiscount) +1706
Controls_NewStore_ListViewItems.DataBoundItem(Object sender, RepeaterItemEventArgs e) +486