'Title' is not a member of 'ASP..."
I'm not sure what I've done, but I'm getting this error along with 180 other errors for the same page. It's like I broke something for that page.
Searching on-line suggests that it has something to do with the Page Directive and "Inherits=..." but I can't figure it out.
Other error messages are:
'InitializeCulture' is not a member of 'ASP...
'MasterPageFile' is not a member of 'ASP...
'AddContentTemplate' is not a member of 'ASP...
'Page' is not a member of 'ASP...
'Context' is not a member of 'ASP...
'Value of type 'ASP...' cannot be converted to 'System.Web.UI.Page' (this is the Inherits line in the code behind file - Inherits System.Web.UI.Page)
The controls all seem to be broken:
'CellB9' is not declared. It may be inaccessible due to its protection level.
|