Codesimth-.netframeworkdataprovider may not be installed. Workaround

Source: Internet
Author: User
Tags sqlite

Original address: http://www.haogongju.net/art/2561889

1, download System.Data.SQLite driver; Note: Depending on your CPU choice is 32-bit or 64-bit driver. It is recommended to select more than 4.0 platforms. Mine is: Sqlite-netfx40-setup-bundle-x64-2010-1.0.91.0.exe ;

2, after the installation is complete open C:\Program FILES\SYSTEM.DATA.SQLITE\2010\GAC the inside of the two DLLs copied to the CODESIMTH installation directory of the bin folder;

3. Configuration

According to your own CPU platform to open the following path, "may need to modify the file write security, set as everyone can, otherwise not save"

    • %windir%\microsoft.net\framework\v4.0.30319\config\machine.config
    • %windir%\microsoft.net\framework64\v4.0.30319\config\machine.config (This is what I chose)
    • Found it<system.data>节点添加下面的内容。
<system.data>   <DbProviderFactories>     <addname="SQLite Data Provider"invariant="System.Data.SQLite"description=".Net Framework Data Provider for SQLite"type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite"/>   </DbProviderFactories> </system.data>

4, restart the codesimth on the can.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.