We have some issues with Dynamic Properties in EPiServer (CMS 6 R1). I have created a Dynamic Property that I use on a page. Unfortunately the property is null on existing pages. If I create a brand new page or even make a copy an existing page the Dynamic Property is working just fine.
Does anyone have some experience of dynamic properties on existing pages? Feels like something old is saved somewhere. I have searched the database but unable to find anything to remove that makes a difference.
Edit: Thanks for the comments. I've tried to set property in both the page itself and it's parent. Then I use CurrentPage["fooproperty"] to access it. There are not other properties named "fooproperty" either, I've tried some different property names, but they're all null on existing pages. If I create a new page of the same type, the dynamic property works just fine.
Thankful for your help!