I\'m trying to access a SpatiaLite from C# using System.Data.SQLite provider. When I try to load the SpatiaLite extension, I always get the
System.Data.SQLite.S
I had the exact same problem in Java. I called System.load() for all the dependent DLLs and everything worked like a champ!