Windows XP license problems

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

Windows XP license problems

Post by Pavel12345 » Mon 12 Sep 2011 13:44

Hello

I am developing an application using VS 2010 and dotConnect for SQLite 3.30 pro. I have added license file licenses.licx as described at http://www.devart.com/dotconnect/sqlite ... tml#manual

My application runs fine on Windows 7 x86 and x64 (tested on clean systems, nothing installed except .NET Framework 4),
but on Windows XP crashes with exception

License not valid due to the problems with dotConnect for SQLite installation.

at Devart.Data.SQLite.SQLiteConnection.Open()
at Devart.Data.Linq.Provider.i.a.g()

Can anybody help me?

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Tue 13 Sep 2011 15:34

Please specify whether the XP system is 'clean' as well. The issue may occur, e.g., if a previous version of dotConnect for SQLite is installed (or was installed earlier) on this machine. In this case, please perform the following:
- uninstall dotConnect for SQLite;
- remove all Devart.* and policy.*.Devart.* files from the GAC;
- clear the "Program Files\Devart" and "Program Files\Common Files\Devart" folders.

Also, you can send us a small application (either compiled binary or the source) with which the issue can be reproduced, so that we are able to analyze it in more details.

Post Reply