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: CS0117: 'vgLibrary.VinylGraphicQuote' does not contain a definition for 'AdditionalOptionsCost'

Source Error:


Line 253:
Line 254:        lblVinylCost.Text = String.Format("{0:C}", vgQuote.VinylCost);
Line 255:        lblAdditionalOptions.Text = String.Format("{0:C}", vgQuote.AdditionalOptionsCost);
Line 256:        lblSetUp.Text = String.Format("{0:C}", vgQuote.SetUp);
Line 257:        lblSubTotal.Text = String.Format("{0:C}", vgQuote.SubTotal);

Source File: e:\DOMAINS\v\vinylprinting.co.uk\user\htdocs\OOquote.aspx.cs    Line: 255