Build error

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
jackgames
Posts: 3
Joined: Thu 17 Sep 2015 13:40

Build error

Post by jackgames » Thu 17 Sep 2015 13:56

Hello,
I've just uninstalled dotConnect for SQLite trial version, to install the free version instead.
Bu I ended up with duplicate entries in the Add reference dialog box:
Image
I don't know which one to choose...
When I try to build my solution (VisualStudio 2013), I get an error: File not found (which is, I suppose, the dll file), in my .exe.
How to fix that ?

jackgames
Posts: 3
Joined: Thu 17 Sep 2015 13:40

Re: Build error

Post by jackgames » Thu 17 Sep 2015 14:25

I made another project from scratch, and it works! :oops:
But if anyone can tell how can I get rid of those duplicate entries...

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

Re: Build error

Post by Shalex » Thu 17 Sep 2015 15:07

jackgames wrote:I ended up with duplicate entries in the Add reference dialog box
That is OK. Check locations of the same assemblies: one should be provider installation folder, another one should be GACv2.0.
jackgames wrote:I don't know which one to choose...
Choose any one.
jackgames wrote:When I try to build my solution (VisualStudio 2013), I get an error: File not found
Try readding the Devart.* assemblies and rebuilding solution (right click solution in Solution Explorer > Rebuild).

jackgames
Posts: 3
Joined: Thu 17 Sep 2015 13:40

Re: Build error

Post by jackgames » Thu 17 Sep 2015 15:55

Thanks for your reply. I had my new project work perfectly! :wink:

James017
Posts: 1
Joined: Wed 04 Nov 2015 07:39

Re: Build error

Post by James017 » Wed 04 Nov 2015 07:41

What is causing the file to become locked at the file level and how can I correct? Is there a Connection string setting I should be using. Am I not closing properly?????


71. chessrivals.net
Last edited by James017 on Tue 22 Dec 2015 13:26, edited 2 times in total.

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

Re: Build error

Post by Shalex » Wed 04 Nov 2015 13:36

James017 wrote:What is causing the file to become locked at the file level and how can I correct? Is there a Connection string setting I should be using. Am I not closing properly?????
Refer to http://forums.devart.com/viewtopic.php?f=29&t=32379. Does this help? If not, specify the exact text of the error and its call stack, also tell us the steps we should follow to reproduce it in our environment.

Post Reply