Dear SQLite Users,
I have a C# WPF application built using Visual Studio 2012 and .NET 4.5 and everything works well on my development machine. Anyway, when I take the executable and the DLL files including System.Data.SQLite.dll, System.Data.SQLite.Linq.dll, SQLite.Designer.dll (not needed) and SQLite.Interop.dll(also probably not needed) and install them on the user machine, all in the same directory, the first window comes up because it's just a menu and there is no database connectivity. However, when I bring up the window that connects to the database, the application just crashes. This is not a crash where there is any kind of real exception, but simply the "System Stopped Responding" message. The SQLite dlls were placed in the bin directory by the Visual Studio project. I did not copy them there directly. Well, except for the SQLite.Interop.dll. Again, this works on my development machine, but not on 3 other machines that I've put it on. I even have the code: <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework"> <parameters> <parameter value="v11.0" /> </parameters> </defaultConnectionFactory> in the App.config as some StackOverflow individuals suggested. Any suggestions on what I am doing wrong would be very helpful. There must be something that I'm missing because I get exactly the same result on any machine that I use outside of my own development machine. Best Regards, Paul Bainter _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users