I have Biztalk solution files.
One contains only 2 schemas. Other contains many orchestrations and maps. These maps are created using the schema from Solution1.
(I deploy the solution1 and add the refernce in solution 2)
Now if I deploy the solution2 it works fine.
But say suppose I have similar solution to be created using the schemas from solution1 in other system. So I just copy the dll of solution1 folder in that system and add it as reference in the solution.
When I deploy the solution I am getting error saying that the dll which I have referred should be deployed first. This I cannot because I have only dll file with me.
So how to solve this problem?