I have to call functions from a custom dll from biztalk orchestrations (similar to this solution http://www.codeproject.com/KB/biztalk/CallCustomDllBiztalk2006.aspx). The dll calls functions of a third party dll, which uses some other third party dlls (we are using to communicate with a legacy system).
The article http://msdn.microsoft.com/en-us/library/ex0ss12c(VS.71).aspx says that my best bet would be to "include" the referrenced dll into the dll I put into the GAC, but I don't know how to do this from Visual Studio (2010).
Any ideas to get this work ?