I have a label on my webform called lblMessage, I have removed the "WithEvents" from the declaration, which I always to on my controls that don't handle events, as it adds unnecessary overhead.

So, I test it and I get a System.MissingMethodException Error
Method not found: System.Web.UI.WebControls.DropDownList JHAProductComparison.ListFeatures.get_lblMessage().
I am only referencing the .visible property of this control in the code-behind.
Is there a reason this keeps throwing an error?