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: 'comp_detail' does not contain a definition for 'spnCoverage'

Source Error:


Line 62: 			// Temp fix: Until the DLLs can be unlocked, coverage is begin sent in the AddressLine3 field
Line 63: //			this.lblCoverage.Text = c.Coverage;
Line 64: 			this.spnCoverage.Visible = !String.IsNullOrEmpty(c.Coverage);
Line 65: 
Line 66: 			this.lblOfficeName.InnerText = CommonFunctionality.BuildCompanyTitle(c.CompanyName, c.City, c.State);

Source File: c:\RelocationWebsites\Vanlines\SiteDir\SiteDirChild\comp_detail.aspx.cs    Line: 64






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