My company have recently brought me into a project which is upgrading their current CRM solution. Before joining the project the team had already start creating the tables (previously known as entities) via the Dynamics 365 classic interface as they originally planned to make a model driven app.
The approach has now changed so we will be using those same tables with a Canvas app but connecting to those tables via the Dataverse tables (the entities created in classic Dynamics are automatically created in Dataverse).
So now I have created a Solution in our Dev environment, in which I have created a Canvas app and added the existing Dataverse tables. However when I try to export/ import the solution to our Test environment I get the error:
Yes looks like there wasn't any easier way then to check the log file or solution.xml file and bring in the dependencies. Also the below link helped examine the dependant types:
Thanks for your help.
you can use XRMToolbox tool "DependencyIdentifier" to identify all dependencies and make sure this will be included in the solution and this error will go away..
https://github.com/Power-Maverick/DependencyIdentifier
other option is to export solution zip and extract zip folder and examine xml file (solution.xml) and look at dependency section in there, that will also provide details on what components are missing from solution...
mmbr1606
22
Super User 2025 Season 1
stampcoin
17
ankit_singhal
11
Super User 2025 Season 1