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?
Windows XP license problems
-
- Devart Team
- Posts: 1710
- Joined: Thu 03 Dec 2009 10:48
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.
- 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.