09-23-04 02:56 AM
"Norman Chen" wrote:
> Dear All:
> I have three projects(projA, projB, projC) and three orchestrations(orcj1,
> orch2, orch3). orch1 is in projA, orch2 is in projB, orch3 is in projC.
> orch3 is called by orch2, and orch2 is called by orch1.
> In orche3, there is a web service call.
>
> Now, when I build projA , there is an error:
> error X2136: 'projC.orche3': cannot resolve imported 'service'
>
> But if I add projC to projA's reference, it is ok.
>
> My problem is:
> orche1 calls orche2, I think that orch1 does't need to know orche2's
> implementation. It just need to know what parameters or messages it sould
to
> pass to orche2.
> So I think projA does't need to add projC to it's reference. But it is work.[/vbco
l]
^^^^^^^^^
update by Norman Chen: But
it is not work.[vbcol=seagreen]
> I don't know why and how to do. Please help me, thank you.
[ Post a follow-up to this message ]
|