Sunday, April 17, 2011

A null was returned after calling the 'GetService' method on a store provider instance of type 'System.Data.SQLite.SQLiteFactory'

If you encounter this error:

A null was returned after calling the 'GetService' method on a store provider instance of type 'System.Data.SQLite.SQLiteFactory'. The store provider might not be functioning correctly.


Add System.Data.SQLite.Linq.dll to your project's References

1 comment:

  1. you are the man Michael.. thanks a lot..
    It would be very useful to know how did you discover it? I didn't find any doc on this...

    ReplyDelete