Adding, here’s the specifics (this is after I modified the client to use NLua; I get the same thing with the current Lua lib):
Unable to load DLL ‘lua52’: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at KeraLua.NativeMethods.LuaLNewState() at NLua.Lua…ctor() at Aerospike.Client.LuaInstance…ctor() in c:\AerospikeClient\aerospike-client-csharp-3.0.12\AerospikeClient\Lua\LuaInstance.cs:line 32 at Aerospike.Client.LuaCache.GetInstance() in c:\AerospikeClient\aerospike-client-csharp-3.0.12\AerospikeClient\Lua\LuaCache.cs:line 34 at Aerospike.Client.QueryAggregateExecutor.RunThreads() in c:\AerospikeClient\aerospike-client-csharp-3.0.12\AerospikeClient\Query\QueryAggregateExecutor.cs:line 65 at Aerospike.Client.QueryAggregateExecutor.Run(Object obj) in c:\AerospikeClient\aerospike-client-csharp-3.0.12\AerospikeClient\Query\QueryAggregateExecutor.cs:line 55
EDIT: Adding, I’ve tried all the various config options to ensure that there were no issues with 32 vs 64 bit and etc.