Hey.
I am currently investigating an issue when trying to import a solution into a blank environment where I encounter missing dependency errors. However, when looking into the errors a lot of them are self-referential or saying something is missing when its part of the solution.
The long of it. (Feel free to skip.) I have been tasked with extracting a custom-built canvas app from our dynamics enabled environment to be able to sit independently on a seperate environment. To do this I have created a new solution in which I’ve added the components used by the app. I have been selective about this, only selecting columns and relations the app needs and creating new forms and views using only the columns included in the solution.
However, after doing so, I am still getting a lot of dependency errors a lot of which appear nonsensical at first look. For example, the Account Relationship table is missing the Account Relationship table, or the Account Relationship (Created On) Column is missing the Account Relationship (Created On) Column.
How do I go about resolving these dependency errors? Is there something I should check that I’ve included in the solution that could have been missed out, that’s causing a lot of these errors?
I've included the missing dependency error report as a docx attachment