When developing or deploying a Web site you may be confronted with the rather vague error message: ‘CreateResourceBasedLiteralControl’ is not a member of ‘PageName.aspx’.
I encountered this error today while deploying a site to our production environment. The surprise was that I did not see this error when working on my local machine or our development server. I am still not sure why it did work on some machines but not others.
After spending some time tracking down the cause, I found it to be related to conflicts in control Naming on a Web page. This can be due to: Continue reading “‘CreateResourceBasedLiteralControl’ is not a member of”