Works on WPF. But on VSTO project, throws error: Could not load file or assembly 'SQLitePCLRaw.core, Version=2.0.2.669, Culture=neutral
问题 I've created a .NET Standard 2.0 class library project that works fine when referenced by a WPF App (.NET Framework 4.8) project. But when the same library is referenced by a MS Office VSTO Project (also using .NET Framework 4.8), I get the following error on the code line shown below: Remarks : I'm using VS2019 , Windows20 Pro , Microsoft.Data.Sqlite and following example from same link. Exact same code works fine on WPF app. I also tried installing SQLitePCLRaw.core package (as mentioned in