jokedst / CsvQuery

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

CsvQuery-v1.2.9-x64 : does not load dll on Npp 8.4.8 x64 #40

Open snow3461 opened 1 year ago

snow3461 commented 1 year ago

Tried manual install, or from pluginManager.

I get a message :

Failed to load

CsvQuery.dll not compatible with current version of Notepad++ Do you want to remove [...]

I also tried on a fresh install.

jokedst commented 1 year ago

That's really odd. Do you have some has tool installed? Or 7zip? (If you have 7zip you can right-click the file and choose 7zip->CRC SHA->SHA-256) The hash of "C:\Program Files\Notepad++\plugins\CsvQuery\CsvQuery.dll" should be:

SHA256: 1b334911e93f3f118e74f8b20acde6c7bb0945539efa62d95abbd4dbe0a70ee2

snow3461 commented 1 year ago

I'm getting SHA256 : 84c7c3fb081d2e51728ef7f8ede581aae4fe52bd4b234dce8ef9df6645b46776

I downloaded the file on my phone as well to make sure the corporate proxy was not messing around (caching or what not), I get the same hash.

Just to be clear, its for the 64bit version. 32bit version works as intented.

jokedst commented 1 year ago

Ok, I probably had some debug version of the DLL installed. Reinstalled from the plugin manager, and got the same hash as you, and it works fine.

And since the 32 bit works it can't be the .net version...

Could you click "?" -> "Debug info..." and past it here?

rdipardo commented 1 year ago

@snow3461, if the problem persists, or appears again, remember to try this:

unblock-dll

Cf. https://github.com/mohzy83/NppMarkdownPanel/issues/57#issuecomment-1354798788