Skip to main content
Nintex Community Menu Bar

K2 Assemblies

  • October 13, 2008
  • 1 reply
  • 4 views

Forum|alt.badge.img+3
We have a web service that calls the K2 API to action worklist items. 
My client doesn't want this web service to run on either the MOSS
server or on the K2 server.  What's the recommended way of getting the
necessary assemblies registered on this third machine? (SourceCode.Workflow.Client and SourceCode.HostClientAPI)?  Can these assemblies be copied and installed with gacutil -i or is there an installation process?

1 reply

Forum|alt.badge.img+3
  • Author
  • October 15, 2008
Answering my own question - I just copied the dlls to the bin folder and things appear to work just fine.