08-16-04 10: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 i
s
>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 y
our project here.
Thanks.
-Gilles.
[ Post a follow-up to this message ]
|