Installing error

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
MainAc123
Posts: 1
Joined: Sun 12 Dec 2021 08:22

Installing error

Post by MainAc123 » Sun 12 Dec 2021 08:44

Hey guys,
Maybe this is not a big issue ,but i have received a warning from Installing program .it told me :"The specified content does not exist or is unreadable." i try to clear the Global Assembly Cache and reinstalling the program ,This warning still exists。And in the Visual Studio components ,i can't find “ dotConnet for SQLite ”



Warm regards
A complete beginner

DmitryGm
Devart Team
Posts: 152
Joined: Fri 11 Dec 2020 10:27

Re: Installing error

Post by DmitryGm » Mon 13 Dec 2021 15:58

MainAc123 wrote: Sun 12 Dec 2021 08:44 "The specified content does not exist or is unreadable."
This is not a critical error, you can ignore it and use online documentation:
https://www.devart.com/dotconnect/postgresql/docs/


In order to avoid error, before installation dotConnect for SQLite press Modify for your Visual Studio in Visual Studio Installer ( https://docs.microsoft.com/en-us/visual ... ew=vs-2019 ) and select Help Viewer.

MainAc123 wrote: Sun 12 Dec 2021 08:44 And in the Visual Studio components ,i can't find “ dotConnet for SQLite ”
Note that dotConnect for SQLite currently supports Microsoft Visual Studio 2019 and previous (not 2022).
https://www.devart.com/dotconnect/sqlit ... ility.html

If dotConnect for SQLite is installed correctly you should see Toolbox -> SQLite Data group and Tools -> SQLite menu. If not (in VS 2019 or earlier) try to reinstall dotConnect for SQLite in the following way:

1) uninstall dotConnect for SQLite and all Devart products.

2) make sure (via some file manager like https://x-diesel.com/) that there are no Devart.* and policy.*.Devart.* files/folders in the following locations:
* GAC 2.0 (\Windows\assembly\GAC_MSIL\)
* GAC 4.0 (\Windows\Microsoft.NET\assembly\GAC_MSIL\)

3) clear the directories:
* \Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\Extensions\Devart\
* \Program Files (x86)\Devart\
* \Program Files (x86)\Common Files\Devart\

4) run installation of dotConnect for SQLite via its right-click > Run as administrator

Post Reply