10-24-05 03:32 PM
Hi,
Check whether your Orchestration assembly is in GAC. You can see this under
C:\Windows\Assembly folder. (not the download folder). If it's not there,
install it to GAC.
My guess is that when you deployed your orchestration, you might have missed
to check the check box (Install asembly to to GAC)
Hope this helps.
--
Deepak
http://biztalkblogs.com/deepakl
"Komil" wrote:
> Hi All,
>
> I experience a problem to start an orchestration on production server afte
r
> I deployed my BizTalk project. I am getting an error of file not found, it
> looks it cannot find the file referenced in project. I do not have any cus
tom
> code or files added to orchestration, I checked the References under my
> BizTalk project, and found certain Microsoft DLLs listed, the same DLLs I
> found under C:\Windows\assembly\Download folder. On my machine this folder
> contain name and location (not physical files) to BizTalk dlls
> (Microsoft.BizTalk.DefaultPipelines.dll,
> Microsoft.BizTalk.GlobalPropertySchemas.dll, etc.) on production server un
der
> C:\Windows\assembly\Download folder I don’t see those files, but there i
s
> another Download folder, and this another Download folder has one more
> Download folder and I don’t know how many folders embedded, I could not
get
> to the end. I think orchestration can’t find location to those files. As
far
> as I understand this Download folder gets created when BizTalk server star
ts,
> I was trying to restart the server – did not help.
>
> Will appreciate any help.
>
[ Post a follow-up to this message ]
|