Using external libraries with dependencies in K2 Studio

  • 28 April 2007
  • 2 replies
  • 0 views

Badge +1
Hello,

I'm having trouble using a library that depends on another library inside K2 2003 Studio.

I mean, I want to use libraryA.dll that I have from a project on VStudio.NET. This library has a dependency of libraryB.dll (also from a project on VStudio.NET).

I include both libraries in K2 Studio but when I try to execute a method from libraryA I get an error.

The error profile says "File or assembly name libraryA, or one of its dependencies, was not found."

If I use a library that has no dependencies I don't have any problem.

Can any one shed some light on what I need to do to get it to work?

Thanks.

2 replies

Badge +13
Try putting the DLL in assembly or in the k2 2003 in directory.
Badge +1
It worked when I added the missing dll to the bin directory.

Thanks Peter.

Reply