I'm currently getting a compiling error when I try to access a page of my website. This error has only started happening. It's in the compiling code for a page that's having data bound to it. A snippet of the error is as follows:
error BC30456: 'Eval' is not a member of 'ASP.main_decision_aspx'.
dataBindingExpressionBuilderTarget.Text = Global.System.Convert.ToString(Me.Eval("Fullname"), Global.System.Globalization.CultureInfo.CurrentCulture)
I'm not sure how to go about resolving this as it's not something I'm able to access and modify manually. the weird thing is that it only occurs on this one page of the website. Other pages with identical functionality aren't affected. I've checked the version of .net in IIS and compared that to the one in the web.config and they both match. I'm at a bit of a loss with how to proceed.