Hello Umbraco Colleagues, I'm trying to create a custom section by following Tim's example on umbraco.tv. Everything works except the editCorporateCompliance.aspx page. None of the controls with the "umb" prefix are recognized - thus it will not compile. I'm using Umbraco 4.7.0.
Custom Umbraco Section problem with edit aspx
Hello Umbraco Colleagues,
I'm trying to create a custom section by following Tim's example on umbraco.tv.
Everything works except the editCorporateCompliance.aspx page.
None of the controls with the "umb" prefix are recognized - thus it will not compile.
I'm using Umbraco 4.7.0.
Here is my code:
I saw one post on Stack Overflow that suggested adding a reference to ClientDependency.Core but that didn't help.
I can't see what I'm doing wrong.
If anyone has gotten this to work, could you help me out and/or post the solution?
Thanks,
David
Update:
I got the application working simply by recreating the editCorporateCompliance.aspx page. I cannot say with certainty what the issue might have been.
I will say the example on .tv (http://umbraco.com/help-and-support/video-tutorials/developing-with-umbraco/custom-sections,trees-and-pages/creating-edit-pages) works well.
David
is working on a reply...