I have used SQLite to power a rather simple application, but when my mate wanted to try it out it didn't work. He manages to start the application, but as soon as it attempts to access the database, he recieves the following error message:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.48.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. The system can't locate the file.
He has the dll file in the same directory as the executable, so I'm all out of ideas. Does anyone have ideas as to what could be wrong?
Thanks in advance. D~