|
Home > Archive > BizTalk Server Orchestration > September 2005 > Call .net component from orchstration
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 |
Call .net component from orchstration
|
|
| BTSAdmin 2005-09-06, 6:02 pm |
| i have a component with app.config, which will dynamicly load some parms at
runtime. When orchestration invoke the component, it complains could not find
the app.config file.
I do not know where should i put the config file for the component since it
was in GAC.
Thanks for any help
| |
| Marvin Smit 2005-09-06, 6:02 pm |
| Hi,
snce the BTNTSvc.exe is actually the host process running your
orchestration the "App" configuration is in the associated .config
file. The issue with this is your setting this configuration for ALL
that is run by the BTNTSvc....
Jon Flanders has a good blog post about 'where & how' to store &
retrieve 'ochestration configuration data.
http://www.masteringbiztalk.com/blo...b1eb6c4def.aspx
Hope this helps,
Marvin Smit.
On Tue, 6 Sep 2005 09:04:54 -0700, "BTSAdmin"
<BTSAdmin@discussions.microsoft.com> wrote:
>i have a component with app.config, which will dynamicly load some parms at
>runtime. When orchestration invoke the component, it complains could not find
>the app.config file.
>
>I do not know where should i put the config file for the component since it
>was in GAC.
>
>Thanks for any help
| |
| Scott Colestock 2005-09-06, 6:02 pm |
| Search the newsgroup for this topic, too, but - config search path is
governed by the appdomain. Your appdomain is provided by BizTalk.
1) consider (carefully) using btsntsvc.exe.config - either directly, or by
specifying a custom appdomain (with config file location) for your
orchestration. The docs cover this topic.
2) consider SSO for your settings (see www.traceofthought.net and
masteringbiztalk.com for coverage of this topic)
Scott Colestock
www.traceofthought.net
"BTSAdmin" <BTSAdmin@discussions.microsoft.com> wrote in message
news:60499234-E555-44E8-AD63-1514F03A5299@microsoft.com...
>i have a component with app.config, which will dynamicly load some parms at
> runtime. When orchestration invoke the component, it complains could not
> find
> the app.config file.
>
> I do not know where should i put the config file for the component since
> it
> was in GAC.
>
> Thanks for any help
|
|
|
|
|