I've been banging my head against the wall trying to fix this compiler warning:
There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Data.SQLite, Version=1.0.98.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL", "x86".
I have a Web API project that targets Any CPU, and added the System.Data.SQLite Nuget package, which is supposed to support x86 and x64, however when building I'm getting the error message above.