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 Of
Solution 1:
FileLoadException: Could not load file or assembly 'SQLitePCLRaw.core, Version=2.0.2.669, Culture=neutral, PublicKeyToken=1488e028ca7ab535' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
You need to include the missed file (SQLitePCLRaw.core) to the folder with the add-in files.
Post a Comment for "Works On Wpf. But On Vsto Project, Throws Error: Could Not Load File Or Assembly 'sqlitepclraw.core, Version=2.0.2.669, Culture=neutral"