I have added a new property to BasePage class from which all the page types inherit. I am not able to edit this new property on already existing pages that have been created before. I get this error:
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_tblWorkContentProperty_tblPropertyDefinition". The conflict occurred in database "dbXXXXXXXXXX", table "dbo.tblPropertyDefinition", column 'pkID'.
I have added a new property to BasePage class from which all the page types inherit. I am not able to edit this new property on already existing pages that have been created before. I get this error:
Any thoughts?