Recently i got error when import solution:
Cannot insert duplicate key row in object 'dbo.DependencyBase' with unique index 'ndx_UniqueDependencyNodes'. The duplicate key value is (984ab48e-1c38-40c6-a762-584a79a5cffd, 47557c08-e7c3-48b8-b71e-26a325ab3d90).
The statement has been terminated.
I tried investigate and found out that guid 47557c08-e7c3-48b8-b71e-26a325ab3d90 related to Custom Control Default Config record. So, what is it Custom Control Default Config and what can i do to solve this problem?
Strange thing, that I imported same solution to my second env (identical to my first env) without any errors.
I tried to remove related Custom Control Default Config section from customization.xml, but got new error with different Custom Control Default Config section. I guess i can delete all of them, but it doesn't seem to be good solution, because i don't want to get same error next time when i will import solution with same entities.