Symptoms
Error with adding Endpoint assembly with depedencies
Diagnoses
I have created an endpoint assembly with dependencies on EntityFramework 6. I have placed all the dependant items in same folder as the assembly.
While trying to add the endpoint assembly I get the following error. I'm not sure what is causing this?
The code compiles and works properly otherwise.
Resolution
Service was attempting to load file from the default K2 Server app.config location (HostServer/Bin) . Copying the Custom Service Assembly to HostServer/Bin resolved the issue