Hi,
We are trying to get our integration tests to use event store's embedded option, but these tests fail saying this as part of the message when we try and get the status of a projection we have just created:
"status": "Faulted",
"stateReason": "The projection subsystem failed to load a libjs1.so/js1.dll/... or one of its dependencies. The original error message is: Unable to load DLL 'js1': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
I'm not sure what the exact issue is here, but I expect its something to do with how NCrunch is resolving the dependencies when the tests run, and how event store is distributing the dlls in its embeeded nuget package.
I have created a minimal project which replicates this issue in the hope that this will enable you to recreate the issue. The zip file containing the project can be found here: (- BROKEN LINK -)
let me know if this is not enough information to be going on, or if I can help in any other way. I'll also cross post into the event store google group in case they have any ideas.
Thanks
Sam