| Craig Butler 2004-09-03, 5:49 pm |
| Asbjorn,
One Final thing and I think Ive got it.
I am getting the error below concerning the EAIOrchestrations.xml binding
file. I have created a Binding file for the entire solution, so I dont
understand why its looking for the Orchestration binding file. Do I need to
create a binding file for my orchestration? If so, how do I do this?
THanks a ton, you've really helped me out!
Error: Could not load binding information from XML file
"EAIOrchestrations\EAIOrchestrations.xml".
The file may not be a valid BizTalk binding information file.
Exception: Could not find file
" C:\BizTalkLabs\EAISolution\EAIOrchestrat
ions\EAIOrchestrations.xml".
"Asbjørn Rygg" wrote:
[vbcol=seagreen]
> Hi again,
>
> gacit is the task that unloads/loads your custom .net assembly to the global
> assembly cache (by calling gacutil /u assemblyname.dll and gacutil /i
> assemblyname.dll). As you wrote earlier your project only includes
> orchestrations and schemas and therefore does not need any unloading/loading
> of custom .net components. The reason for the build failure is simply because
> you probably just removed the assemblyname from the variable..
>
> Remove deploy.components from inside the <target name="deploy" depends="">
> tag and the component section will be ignored..
>
> Cheers,
> Asbjørn
>
> "Craig Butler" wrote:
>
|