Geode Native Client - Deployment

Viewed 25

How do you deploy an application built on Geode Native Client? I can run it on my DEV machine, but when I deploy to a different PC I get "could not load file or assembly Apache.Geode.dll.

I have all the DLLs on my DEV machine deployed in the bin directory on the deployment PC. Do I have to do that whole mess of installing Geode Native Client on every deployment PC, or am i missing something in my Bin directory?

1 Answers

If you’re deploying on Windows it could be the library registrations in the General Assembly Cache. This could help

Related