Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Deployment and refernce
- This topic has 3 replies, 1 voice, and was last updated 9 years, 5 months ago by
community-content.
-
AuthorPosts
-
-
June 28, 2006 at 5:44 AM #14946
I am using BizTalk 2006. I have two solution files.
Solu1 contains some schemas. I deploy it and I refer that dll in my other solution. Everything works fine when I am using it in the same system.But If I use solu1 dll in other system and just refer ( I won’t have any solution files here Just dll)
It gives error saying that \”the dll (solu1) should be deployed first\”I have only dll no solution files here. So how handle this situation
Please guide
Thanks in advance
Sampad -
July 3, 2006 at 8:35 AM #14947
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?
-
July 3, 2006 at 11:07 AM #14948
When you copy the solution 1 dll to the other system you must deploy solution 1.
When you deploy a Biztalk Assembly it adds references to the artifacts (schemas, maps, orchestrations, pipelines, etc) in the assembly into the BiztalkMgmtDb. If these references are missing then deploying another assembly that requires these artifacts will fail.-
June 28, 2006 at 2:43 PM #14949
When do you get this error:
[quote:c01de2f5c1]It gives error saying that \”the dll (solu1) should be deployed first\”[/quote:c01de2f5c1]? When you compile or run?There are deployment utilities to help you deploy Biztalk solutions.
I’m not sure I understand your scenario and what you are trying to do.
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.