|
Home > Archive > BizTalk Server Orchestration > August 2004 > Embedded Resources in Assemblies
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Embedded Resources in Assemblies
|
|
| Competitve Dad 2004-08-15, 7:46 am |
| I am having to develop external components to do some very complicated XSL
which the mapper just cannot handle.
This of course means that the XSLT file needs to be put somewhere. I tried
using it as an Embedded Resource, and then getting it back via reflection
which works fine when the assembly is run outside an orchestration, but as
soon as it's run inside the orchestration, the file is not returned.
This has meant I've had to hard code in the file location of the XSLT in to
the assembly. Is there an equivalent to App.config for orchestrations, or is
there a better way of doing what I'm trying to do?
Thanks,
Martin
| |
| Gilles [MSFT] 2004-08-16, 5:54 pm |
| Hello,
>I am having to develop external components to do some very complicated XSL
>which the mapper just cannot handle.
>
>This of course means that the XSLT file needs to be put somewhere. I tried
>using it as an Embedded Resource, and then getting it back via reflection
>which works fine when the assembly is run outside an orchestration, but as
>soon as it's run inside the orchestration, the file is not returned.
>
>This has meant I've had to hard code in the file location of the XSLT in to
>the assembly. Is there an equivalent to App.config for orchestrations, or is
>there a better way of doing what I'm trying to do?
As far as I can tell, this works for me. I could take a look if you posted your project here.
Thanks.
-Gilles.
|
|
|
|
|