Hello,

My situation is that I am setting up our testing project for unit tests using 
NUnit.
The requirements are developers must be able to run the tests from within 
visual studio and through the nunit exe, and also our continuous integration 
server must be able to run the unit tests after a check in.

I found 4 versions of the binaries available for .net 4.0
These would be: mixed mode x86, non mixed mode x86, mixed mode x64, non mixed 
mode x64

No matter which one I use, I always get the same error:

Could not find any resources appropriate for the specified culture or the 
neutral culture.  Make sure "System.Data.SQLite.SR.resources" was correctly 
embedded or linked into assembly "System.Data.SQLite" at compile time, or that 
all the satellite assemblies required are loadable and fully signed.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to