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: 'SORC.Boat' does not contain a constructor that takes 13 arguments

Source Error:


Line 178:                        float irc = 0;
Line 179:                        float.TryParse(txtIRCRating.Text, out irc);
Line 180:                        Boat b = new Boat(0, ua, txtBoatName.Text.Trim(), txtHomePort.Text.Trim(), txtBoatMMSI.Text.Trim(), txtBoatType.Text.Trim(), txtSailNumber.Text.Trim(), irc, Convert.ToBoolean(chkHasTransponder.Checked), txtCallsign.Text.Trim(),
Line 181:                                            txtEPRIBHexID.Text.Trim(), txtSatPhone.Text.Trim(), txtBoatMobile.Text.Trim());
Line 182:

Source File: d:\Domains\offshoresolo.com\wwwroot\useraccount\register.aspx.cs    Line: 180






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