Can't able to view content property tab in production server. It's working fine in development site.
I can't able to view the property tab in umbraco backoffice in production server. But it's working perfect in my local machine. I am facing the below error.
Value cannot be null.
Parameter name: Property relatedLink (149) on Content Type Home could not be retrieved for Document 1048 on Tab Page Right Panel. To fix this problem, delete the property and recreate it.
I tried to delete that property. But it's through foreign key error.
The DELETE statement conflicted with the REFERENCE constraint "FK_cmsPropertyData_cmsPropertyType". The conflict occurred in database "SterlingNew", table "dbo.cmsPropertyData", column 'propertytypeid'. The statement has been terminated.
I followed belowed blow issue solution. but it's not work for my issue.
Can't able to view content property tab in production server. It's working fine in development site.
I can't able to view the property tab in umbraco backoffice in production server. But it's working perfect in my local machine. I am facing the below error.
Value cannot be null.
Parameter name: Property relatedLink (149) on Content Type Home could not be retrieved for Document 1048 on Tab Page Right Panel. To fix this problem, delete the property and recreate it.
I tried to delete that property. But it's through foreign key error.
The DELETE statement conflicted with the REFERENCE constraint "FK_cmsPropertyData_cmsPropertyType". The conflict occurred in database "SterlingNew", table "dbo.cmsPropertyData", column 'propertytypeid'.
The statement has been terminated.
I followed belowed blow issue solution. but it's not work for my issue.
http://issues.umbraco.org/issue/U4-1483
Please any one can help this error.
Thanks
Vignesh
is working on a reply...