Server Error in '/' Application.

Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index

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: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index

Source Error:


Line 281:    ''' <remarks></remarks>
Line 282:    Sub ShowSpecification(ByVal oAttributes As ArrayList, ByVal zModelName As String, ByVal iAssetID As Integer)
Line 283:        If oAttributes.Count > 0 And Not oAttributes(0) Is Nothing Then
Line 284:            litModelSpec.Text = ""
Line 285:

Source File: C:\inetpub\wwwroot\Applications\ContentManagedSites\SUZUKI_MANUFACTURER_SITES\SUZUKI-V3-CORE\view-used-bike.aspx.vb    Line: 283

Stack Trace:


[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
   System.Collections.ArrayList.get_Item(Int32 index) +12798494
   view_used_bike.ShowSpecification(ArrayList oAttributes, String zModelName, Int32 iAssetID) in C:\inetpub\wwwroot\Applications\ContentManagedSites\SUZUKI_MANUFACTURER_SITES\SUZUKI-V3-CORE\view-used-bike.aspx.vb:283
   view_used_bike.ShowModel(List`1 oParents, List`1 oValues, String zRawQueryString) in C:\inetpub\wwwroot\Applications\ContentManagedSites\SUZUKI_MANUFACTURER_SITES\SUZUKI-V3-CORE\view-used-bike.aspx.vb:130
   view_used_bike.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\Applications\ContentManagedSites\SUZUKI_MANUFACTURER_SITES\SUZUKI-V3-CORE\view-used-bike.aspx.vb:23
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0