Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1502: The best overloaded method match for 'int.Parse(string)' has some invalid arguments

Source Error:


Line 76:                 sb.Append("<td align='center' class='cardetailsstyle' valign='middle'>" + vehicles.Seats + "");
Line 77:                 sb.Append("</td>");
Line 78:                 int count=int.Parse(vehicles.BagLarge) + int.Parse(vehicles.BagSmall);
Line 79:                 sb.Append("<td align='center' class='cardetailsstyle' valign='middle'>" + count + "");
Line 80:                 sb.Append("</td>");

Source File: c:\inetpub\vhosts\mustafawi.qa\httpdocs\Offers.aspx.cs    Line: 78






Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8975