c# - SQLite reference warning processor mismatch -
i changed sql server sqlite, went fine, working fine, thing bothers me warning mismatch sqlite reference, below warning message:
warning 1 there mismatch between processor architecture of project beingness built "msil" , processor architecture of reference "system.data.sqlite, version=1.0.84.0, culture=neutral, publickeytoken=db937bc2d44ff139, processorarchitecture=x86", "x86". mismatch may cause runtime failures. please consider changing targeted processor architecture of project through configuration manager align processor architectures between project , references, or take dependency on references processor architecture matches targeted processor architecture of project. livepigeonclient
did install wrong reference? or need set target of application x86? because not want, have suggestions do, rid of warning?
thanks time!
if wish utilize ado.net connector, have specify architecture program. because assembly mixed mode assembly - contains native code - , cannot run under other architectures. if not specify architecture executable, runtime utilize 64-bit instance on 64-bit machines , referenced assembly not loadable.
c# winforms sqlite
No comments:
Post a Comment