Hi,
I have two unmanaged solution, where the second solutions builds additional stuff on top of the first solution. However, when I try to export and import the first solution as a managed solution into a production environment, a dependency error is thrown that stuff from the second solution is missing...
How can I check why this happens?
In the second solution I add for example a new entity, that has a lookup field to another custom entity that originates from the first solution...