11-17-05 01:48 AM
Ben,
> I would like to add a class in my BT2004 project but it seems it is no way
> to do so.
There isn't, indeed.
> The reason to do this is I prefer to use VB or C# code in my class and
> called by my Orchestration shapes.
That's a pretty correct way to do it, but you need to use a class library
project for that and put it in it's own assembly.
> I just wonder why this is not possible as
> I understand that when deploying BT project assembly it also installs into
> GAC on the biztalk server box.
> This drive me mad as I have to create another dot net class project for
> this
> purpose(The worst thing is that you have to register this supportting
> class
> assembly in the GAC! DLL hell comes back again!)
the GAC will only lead to dll hell if you don't have a sound versioning
policy for your assemblies. It shouldn't cause you any pain, really, if done
right.
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
[ Post a follow-up to this message ]
|