03-14-06 10:52 PM
Hi,
I am trying out some BizTalk example. In my orchestration I have message
assignment shape. In that shape I am calling some function in the dll
library, MyUtils. I have encountered the following error after I deployed th
e
orchestration and tried to get some xml message from receive to the send
port.
//this message is copy from HAT – service instance details:
Service Name: BizTalk_Datatransfer_Orchestration
Assembly name: BizTalk Server Project1, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=29702a08dddc15e7
Service class: Orchestration
Message count: 1
Error code: System.IO.FileNotFoundException
Error category: 0
Error description: File or assembly name MyUtils, or one of its
dependencies, was not found.
Last processing server: DEIMOS
Suspend Time: 3/13/2006 5:28:15 PM
Status: Suspended (not resumable)
Pending action: None
Service instance ID: cf8eea16-131d-4daf-a5e7-a2350ad4a033
Host: BizTalkServerApplication
Activation time: 3/13/2006 5:28:14 PM
//
Here I don’t know why it is saying “File or assembly name MyUtils, or on
e of
its dependencies, was not found.” The MyUtils is a dll library and is part
of
my biztalk project. When I deployed the orchestration from the VS.net 2003
IDE, why is it still not able to find the MyUtils dll file? I am using
BizTalk 2004. Any idea where I should look into it to resolve it?
Thanks a lot.
Potsang
[ Post a follow-up to this message ]
|