Hello all,
i’m trying to acces out of office (worklistshare) info via the SourceCode.Workflow.Client dll (K2 Five v5.3) from a .net core project (ASP.NET core web application), but that doesn’t seem to work.
I’ve surfed around but I can’t seem to find whether it is possible to call the K2 dlls from a .net core project (and if so, what version do you use).
The error I’m getting, is not very helpful either:
“An unhandled exception was thrown by the application.
System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> System.DllNotFoundException: Unable to load DLL '' or one of its dependencies: unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))”.
For completeness sake: I’ve added the 64bit DLL in references and I’ve changed the project to platform target x64. (after building for Any CPU, with the same error).
Any help or insights would be greatly appreciated.
With kind regards,
Michael