I'm in the process of removing an old managed solution from a CRM system.
I've been removing dependencies one by one until finally I'm only getting one issue regarding a 1:N entity relationship. The entities are custom entities "projects" and "project members".
I've removed all references these entities have with each other in Views, Forms, etc. When I finally try to delete the relationship itself, I get this error:
<Message>The 'Delete' operation on the current component(name='EntityRelationshipRole', id='e5dca790-d532-e111-9277-1cc1de6debd9') failed during managed property evaluation of condition: 'Microsoft.Crm.BusinessEntities.IsComponentDeletionEnabledCondition'</Message>
What can I do at this point?