Try our conversational search powered by Generative AI!

Parser Error - thinks EPiServer:Content is a property

Vote:
 
Parser Error Message: Type 'ASP.LMAFramework_ascx' does not have a property named 'EPiServer:Content'. In my aspx-pages I want to change a region to use another user control than in the framework-file. But no pages allow any kind of tags inside the framework... Has something gone wrong with my installation - I can not see that anything is wrong in the code, it's not my first EPiServer-site and they look the same. Has anyone encountered the same mysterious error?? My code: Line 5: Line 6:
#12350
Sep 01, 2005 14:52
Vote:
 
Looks like you've created your own framework. Make sure it inherits from EPiServer.WebControls.ContentFramework. If not, ASP.NET will not be able to parse the contents of the tag (e.g. your content control), and will try to look for a public property on the user control with the name of the tag (which is the error you're recieving.) /Steve
#14107
Sep 01, 2005 16:32
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.