Skip to main content
Nintex Community Menu Bar

Using external libraries with dependencies in K2 Studio

  • April 28, 2007
  • 2 replies
  • 19 views

Forum|alt.badge.img+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

Forum|alt.badge.img+13
  • Rookie
  • April 28, 2007
Try putting the DLL in assembly or in the k2 2003 in directory.

Forum|alt.badge.img+1
  • Author
  • April 30, 2007
It worked when I added the missing dll to the bin directory.

Thanks Peter.