I just changed from SQL server to SQLite, everything went perfectly fine, everything is working fine, the only thing that bothers me is that I get a warning about a mismatch with the SQLite reference, below the warning message:
Warning 1 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.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. LivePigeonClient
Did I install the wrong reference? Or do I really need to set the target of my application to x86? Because that is not what I want, does anybody have some suggestions about what to do, to get rid of this warning?
Thanks for your time!