Skip to main content

I'm trying to modify one of my snipes and keep getting an error message. The stack trace is:

[FormatException: Input string was not in a correct format.]
System.Number.ParseDecimal(String s, NumberStyles style, NumberFormatInfo info) +0
System.Decimal.Parse(String s, NumberStyles style, IFormatProvider provider) +30
System.Decimal.Parse(String s) +9
System.Convert.ToDecimal(String value) +46
AuctionSniper.EditSnipe.EditSnipe_btn_Click(Object sender, EventArgs e) +161
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +58
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1263

I trust this is only a temporary situation and that the above will help to resolve it.
Original Post

Replies sorted oldest to newest

Sara, I had to cancel the snipe on the one I was trying to modify and snipe it manually. (I won.) The next one on my snipe list is eBay 2900469498. Although I don't think it'll be necessary to modify the snipe I have set up on this one, I just tried to increase the set bid amount by $1.00 and got the same error message.
Hi, Sofia! Just tried to modify the next snipe in my queue line and got the following:

Server Error in '/' Application.
--------------------------------------------------------------------------------

Input string was not in a correct format.
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: Input string was not in a correct format.

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: Input string was not in a correct format.]
System.Number.ParseDecimal(String s, NumberStyles style, NumberFormatInfo info) +0
System.Decimal.Parse(String s, NumberStyles style, IFormatProvider provider) +30
System.Decimal.Parse(String s) +9
System.Convert.ToDecimal(String value) +46
AuctionSniper.EditSnipe.EditSnipe_btn_Click(Object sender, EventArgs e)
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +58
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1263

This appears to be the same message I've been getting all along. Thanks for trying to help!

Add Reply

Post
×
×
×
×
Link copied to your clipboard.
×