I am trying to create a .net core 3.1 app to read and write from an encrypted sqlite DB. I received a trial license and using the same the run the .net core app, but i get dll not found exception for sqlcipher when trying to debug on windows machine.
The example app provided with license is also showing same behavior.
When the line “ SQLitePCL.Batteries_V2.Init();” executes, It throws the error : ‘Unable to load DLL ‘sqlcipher’ or one of its dependencies: The specified module could not be found. (0x8007007E)’