Could not load file or assembly Devart.Data

4.9k views Asked by At

I have such issue. On my PC where VS is installed and project is developing I use Devart linqconnect.

I set option "Copy Local" for Devart.Data.Linq, Devart.Data.SQLite and Devart.Data.SQLite.Linq to true. All goes OK.

When try to run application on client side error Could not load file or assembly 'Devart.Data, Version=5.0.828.0 ... appears. What can be solution for this?

1

There are 1 answers

2
Devart On BEST ANSWER

It is also necessary to add the Devart.Data assembly of the corresponding version to your project and set Copy Local for it to True.

To deploy applications written with the help of LinqConnect you should register run-time assemblies Devart.Data.SQLite.dll, Devart.Data.dll, Devart.Data.SQLite.Linq.dll and Devart.Data.Linq.dll at Global Assembly Cache (GAC) or place them to the bin folder of your application.

JIC: these assemblies can be found in the folder where LinqConnect is installed.