Using linq to sqlite in installer custom action

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
Pavel12345
Posts: 2
Joined: Mon 12 Sep 2011 13:27

Using linq to sqlite in installer custom action

Post by Pavel12345 » Wed 18 Apr 2012 16:23

Hello,

I try to use linq to sqlite in installer custom action, but get error
"Licence not found" during installer execution

Can anybody help me?

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Post by MariiaI » Thu 19 Apr 2012 10:42

To use an application that works with dotConnect for SQLite on a computer where there is no installed dotConnect for SQLite, you need to embed a technical license resource into this application.

For more information see:
http://www.devart.com/dotconnect/sqlite ... nsing.html

Post Reply