To deploy applications written with the help of LinqConnect you don't need to install the copy of LinqConnect product on your deployment machines. 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 in the bin folder of your application. When deploying ASP.NET applications it is also necessary to have Devart.Data.Linq.Web.dll and App_Licenses.dll assemblies available.
JIC: these assemblies can be found in the folder where LinqConnect is installed.
For example, open your application in Visual Studio, set the Copy Local property to True for each Devart assembly in the Solution Explorer and build your application. After that, all necessary Devart assemblies will appear in the bin folder of your application (in your case - bin\Release). Make sure you have these files available there:
- Devart.Data.dll;
- Devart.Data.Linq.dll;
- Devart.Data.SQLite.dll;
- Devart.Data.SQLite.Linq.dll.
After that copy the Debug/Release folder to another system and try running the project again.