Hello,
When I reverse engineered a SQL Server 2008 DB, I got a bunch of 'Unresolvable Warning' on relationships. When I look at the relationship in SQL Server Management Studio, all looks good. Both columns on each side of the simple relationship are there. Any ideas what else might be causing this or something I could try to correct this?
Warning: Relationship EntityAnswers.FK_EntityAnswers_Field unresolvable. Parent Key Field.2 is not part of the model.
Warning: Relationship Calendar.FK_Calendar_GenericScope unresolvable. Parent Key GenericScope.2 is not part of the model.
Warning: Relationship ResourceCategory_EntityType.FK_ResourceCategory_EntityType_EntityType unresolvable. Parent Key EntityType.2 is not part of the model.
Warning: Relationship Ad_EntityTypes.FK_Ad_EntityTypes_Ad_EntityTypes unresolvable. Parent Key EntityType.2 is not part of the model.
Warning: Relationship GroupEntityTypes.FK_GroupEntityTypes_EntityTypes unresolvable. Parent Key EntityType.2 is not part of the model.
Warning: Relationship Resource_Categories.FK_Resource_Categories_ResourceCategoryScope unresolvable. Parent Key GenericScope.2 is not part of the model.
Warning: Relationship Resource.FK_Resource_ResourceAttachmentType unresolvable. Parent Key ResourceAttachmentType.2 is not part of the model.
Warning: Relationship EntityTypeFieldVisibility.FK_EntityTypeFieldVisibility_Field unresolvable. Parent Key Field.2 is not part of the model.
Warning: Relationship ForumCategory.FK_ForumCategory_GenericScope unresolvable. Parent Key GenericScope.2 is not part of the model.
Thank you,
Bill Devine