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: CS0501: 'User_Agreement.Location.IPAddress.get' must declare a body because it is not marked abstract or extern

Source Error:


Line 168:    public class Location
Line 169:    {
Line 170:        public string IPAddress { get; set; }
Line 171:        public string CountryName { get; set; }
Line 172:        public string CountryCode { get; set; }

Source File: c:\inetpub\vhosts\callabaccess.com\httpdocs\User-Agreement.aspx.cs    Line: 170







Version Information: Microsoft .NET Framework Version:2.0.50727.8970; ASP.NET Version:2.0.50727.8962