quote:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Length cannot be less than zero. Parameter name: length
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.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length
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:
[ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length]
System.String.Substring(Int32 startIndex, Int32 length) +172
AuctivaAPI.EBayAuction.ParseAuctionSearch(String pageData, String& nextPost) +1236
AuctionSniper.MySearchResults.DoSearch() +174
AuctionSniper.MySearchResults.GetSearchResults() +486
AuctionSniper.MySearchResults.Page_Load(Object sender, EventArgs e) +334
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Seems I get this error every time I try the AS search - is this an ongoing problem or just a one-off?
Original Post