Code examples for Infinispan Hotrod C# client
This is the easiest way to run the tests:
- Install the C# hotrod library (.msi file)
- Add the /lib to your path
- Ensured that the VC redist for VS2015/64bit is installed
- install the hotrodcs.dll into the GAC
In Visual Studio 2015 5. Create a new x64 C# project 6. Add hotrodcs.dll as reference
For queries only
- Use the protoc.exe, it matches the libray version
- install Google.Protobuf.dll into the GAC
Enjoy!