oleg-shilo / cs-script.npp

CS-Script (C# Intellisense) plugin for Notepad++ (x86/x64)
MIT License
248 stars 52 forks source link

Not compatible with current Version #17

Closed digitalsigi closed 6 years ago

digitalsigi commented 6 years ago

Hi Oleg, got the message "CSScriptNpp.X86.dll is not compatible with current Version of Notepad++" This is the NPP Debug Info:

Notepad++ v7.5.6 (32-bit) Build time : Mar 19 2018 - 00:26:59 Path : C:\Program Files (x86)\Notepad++\notepad++.exe Admin mode : OFF Local Conf mode : OFF OS : Windows 10 (64-bit) Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll

What can I do? Josef

oleg-shilo commented 6 years ago

Hi Josef,

Investigating Can you please collect and share the logs from C:\Users\<user>\AppData\Roaming\Notepad++\plugins\logs\CSScriptNpp.

"...is not compatible with..." message it is how Npp says "It was a problem loading this plugin".

Making it work Please download and install the plugin manually (I assume your failed installation is triggered by the plugin manager). Use the latest release https://github.com/oleg-shilo/cs-script.npp/releases/download/v1.7.9.0/CSScriptNpp.1.7.9.0.x86.zip.

Under no circumstances use WinZip nor WinRar to unzip the plugin. They trigger silent locking of any .NET assemblies from the archive and making them fail on loading. "Fantastic" Windows security feature introduces since later Vista. Use 7z instead.

digitalsigi commented 6 years ago

Hi Oleg, took a Little time bevor I had the chance to look into this again. Actually I suspect that Windows Security is the issue. When I opened the properties of the ZIP file and clicked "allow" and then unzipped with any tool - it worked. However UPdate via Notepad++ did not work.