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: CS1729: 'BusinessRules.hotel' does not contain a constructor that takes '21' arguments

Source Error:


Line 43:     {
Line 44:         List<hotel> hs = hotel.GetList(5, 0, 14, null, null, null, 0, 0, "");
Line 45:         hotel selectFlight = new hotel(0, "", 0, 0, 0, "", "", "", "", "", 0, true, "", 0, "", 0, true, "", "", "", "");
Line 46:         selectFlight.Flight = Resources.Resource.SelectFlight;
Line 47:         hs.Insert(0, selectFlight);

Source File: c:\sites-prod\depart\sitesmixtes\seyresa\SearchFlights.aspx.cs    Line: 45





Version Information: Microsoft .NET Framework Version:2.0.50727.8806; ASP.NET Version:2.0.50727.8762