I have developed an application in WPF C# using .Net Framework 4.0 which uses Sqlite database. In order to access [Sqlite] database from C#, System.Data.Sqlite.dll is being used. Things are working fine windows 7, 8 and 10 desktop machines.
But in Microsoft Surface Pro 4, System.Data.Sqlite.dll is failing to load. Below is the error message being received-
"Could not load file or assembly 'System.Data.SQLite.dll' or one of its dependencies. The specified module could not be found."
While the DLL file is already available at the specified location.
Kindly update.