jokedst / CsvQuery

Plugin for Notepad++ that treats CSV files as (read only) SQL tables
152 stars 28 forks source link

Error configuring the SQLite database #16

Closed intuitionfly closed 6 years ago

intuitionfly commented 6 years ago

image

After plugin installation, and open notepad++, this dialog pop up. I guess a library is missing or version mismatch. Is there any advise? Any help would be much appreciated. Thanks.

Platform: Win 7 x64 Notepad++ version: 7.5.8 x64 Plugin release version: 1.2.6 x64

jokedst commented 6 years ago

That sounds like the ame problem reported in #11 - your installed .NET library is too old.

Run windows update. It should install the latest .NET library for you.

intuitionfly commented 6 years ago

It's resolved after .Net framework upgrade to 4.7.2. Thanks for your help.