|
Home > Archive > BizTalk Server General > May 2005 > packaging .NET classes
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 |
packaging .NET classes
|
|
|
| Hi,
My solution contains several biztalk projects and some Class library
projects with help classes which I use in maps, orchestrations etc. I now
have to package my solution and export to the production environment. My
question is: while creating the BTSInstaller folder and running the Biztalk
Deployment Wizard, does the BTSInstaller even include the dll:s to my .NET
classes or does it only package the BTS projects? If it only packages BTS
projects how can I package and export my .NET classes?
Thank you!
theo
| |
| Michel Prévost 2005-05-24, 6:01 pm |
| The deployer does not deploy custom .NET classes, only DLLs containing BTS
artifacts.
If your classes are to be shared with other apps, put them in the GAC. If
they are to be used only by BTS, put them in a folder under your BTS
installation, and edit the BTSNTSVC.exe.config file to add you class to the
list already in the <probing> element.
Michel
"Theo" <Theo@discussions.microsoft.com> wrote in message
news:F5771E0A-862D-4039-B703-7D103DCD3FED@microsoft.com...
> Hi,
>
> My solution contains several biztalk projects and some Class library
> projects with help classes which I use in maps, orchestrations etc. I now
> have to package my solution and export to the production environment. My
> question is: while creating the BTSInstaller folder and running the
> Biztalk
> Deployment Wizard, does the BTSInstaller even include the dll:s to my .NET
> classes or does it only package the BTS projects? If it only packages BTS
> projects how can I package and export my .NET classes?
>
> Thank you!
>
> theo
| |
|
| Hi again,
where do I find the BTSNTSVC.exe.config file?
//theo
"Michel Prévost" wrote:
> The deployer does not deploy custom .NET classes, only DLLs containing BTS
> artifacts.
>
> If your classes are to be shared with other apps, put them in the GAC. If
> they are to be used only by BTS, put them in a folder under your BTS
> installation, and edit the BTSNTSVC.exe.config file to add you class to the
> list already in the <probing> element.
>
> Michel
>
> "Theo" <Theo@discussions.microsoft.com> wrote in message
> news:F5771E0A-862D-4039-B703-7D103DCD3FED@microsoft.com...
>
>
>
| |
| Tomas Restrepo \(MVP\) 2005-05-25, 8:48 pm |
| Theo,
> where do I find the BTSNTSVC.exe.config file?
It should be in your BizTalk installation directory (usually c:\program
files\microsoft biztalk Server 2004). If it's not, just create it with
notepad; it's a standard .NET XML application configuration file.
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
|
|
|
|
|