|
From: Alex <pes...@ma...> - 2017-08-28 15:11:38
|
On 28.08.2017 17:47, Jiří Činčura wrote: >> Ahh - agreed, the reason why lib failed to load is missing in diags. > Bad luck for me. > > The Callback.dll is actually loaded fine (at least from OS perspective): > 16:41:38,1377272 ConsoleApp1.exe 7240 Load Image > C:\Users\Jiri\Documents\devel\NETProvider\working\Provider\src\ConsoleApp1\bin\Debug\fb\plugins\Callback.dll > SUCCESS Image Base: 0x6d080000, Image Size: 0x2c000 > > Not sure what happened then in Firebird. Maybe the Callback.dll isn't > happy because I haven't provided any callback? Try this with example - you should get meaningful diags about missing key. But pay attention - that's diags from crypt plugin, i.e. it depends upon plugin how to react to missing callback (which means missing key provided by current client). BTW, in some usage schemas callback is not needed at all - if crypt plugin gets key in some other way. |