Hi all,
I have an issue with exporting/importing my solutions.
When I try to import my solution, I get the error:
"There are missing dependencies. Install the following solutions before installing this one: "Active". "
By trying to export/import 'solution 2' I get the above error.
When I take a look into the log file, it looks like the dependencies are related to the user table.
I'm developing two different apps. I do this in two different solutions. Inside both solutions, I'm using the "user" table that is a default table inside my environment.
If i'm understanding the error correct, It's required to add all the related tables from solution 1 into solution 2 and viceversa?
I try to visualize my situation in below overview:

Error code that I recieved when I try to publish my app into another environment:
[{"SolutionValidationResultType":"Error","Message":"The following solution cannot be imported: Planbord. Some dependencies are missing. The missing dependencies are : <MissingDependencies><MissingDependency><Required type=\"1\" schemaName=\"Managers\" displayName=\"Managers\" solution=\"Active\" /><Dependent type=\"1\" schemaName=\"systemuser\" displayName=\"Gebruiker\" /></MissingDependency></MissingDependencies> , ProductUpdatesOnly : False","ErrorCode":-2147188707,"AdditionalInfo":null}]
Is it a better Idea to make another environment for App 2/solution 2?
Thanks in advance.