Azure: 'Devart.Data.SQLite' could not be loaded

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
jamescadd
Posts: 1
Joined: Thu 01 May 2014 23:50

Azure: 'Devart.Data.SQLite' could not be loaded

Post by jamescadd » Thu 01 May 2014 23:52

I get the following when publishing a WebAPI site using SQLite to Azure:

Devart.Data.SQLite.Entity, Version=5.2.146.6, Culture=neutral, PublicKeyToken=09af7300eec23701' registered in the application config file for the ADO.NET provider with invariant name 'Devart.Data.SQLite' could not be loaded. Make sure that the assembly-qualified name is used and that the assembly is available to the running application. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.

Any ideas how to make sure the assembly can be loaded?

Thanks,
James

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Azure: 'Devart.Data.SQLite' could not be loaded

Post by Shalex » Fri 02 May 2014 08:21

Please refer to http://www.devart.com/dotconnect/sqlite ... rovideref6 > the "Using the Entity Data Provider with Entity Framework v6" and "Deploying an Entity Framework Project" sections.

If this doesn't help, specify here (or via http://www.devart.com/company/contactform.html) the following information:
a) the exact versions (x.x.x.x) of all Devart.* assemblies deployed with your EF6 application
b) your app.config (mark with asteriks confidential information in it like passwords, etc)

Post Reply