I'm building an application using VS2010, C#, .NET4 with a SQLIte database in a Windows application, I'm trying to reference System.Data.SQLite which i`ve installed using NuGet into my project. I am referencing methods within the SQLite namespace without any issues, but running the application gives me the below exception, can someone help please?I'm building an application using VS2010, C#, .