c# filenotfoundexception could not load file or assembly microsoft data sqlite
SQLite is not part of .NET, it is obtained from:
http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki
You will need to add it to your deployment to
install it on every system that uses your application.