Server Error in '/' Application.

The settings property 'PersonContIndex' was not found.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Configuration.SettingsPropertyNotFoundException: The settings property 'PersonContIndex' was not found.

Source Error:


Line 37:     public virtual int PersonContIndex {
Line 38:         get {
Line 39:             return ((int)(this.GetPropertyValue("PersonContIndex")));
Line 40:         }
Line 41:         set {

Source File: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\6c924ad6\50ec0a59\App_Code.c6skwdoi.9.cs    Line: 39

Stack Trace:


[SettingsPropertyNotFoundException: The settings property 'PersonContIndex' was not found.]
   System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName) +7953293
   System.Configuration.SettingsBase.get_Item(String propertyName) +123
   System.Web.Profile.ProfileBase.GetInternal(String propertyName) +49
   System.Web.Profile.ProfileBase.get_Item(String propertyName) +97
   ProfileCommon.get_PersonContIndex() in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\6c924ad6\50ec0a59\App_Code.c6skwdoi.9.cs:39
   ClientDetails.BindDetails() in c:\Websites\HWFClientPortalWebRoot\ClientDetails.aspx.cs:32
   ClientDetails.Page_Load(Object sender, EventArgs e) in c:\Websites\HWFClientPortalWebRoot\ClientDetails.aspx.cs:21
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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