is not compatible with the current version n++
-
Downloaded c # plugin template here :
https://github.com/kbilsted/NotepadPlusPlusPluginPack.NetCreated a project and compiled it.
and I get this error:
What could be the problem?
-
@Робин-ГуД said in is not compatible with the current version n++:
What could be the problem?
It looks like you have the 64 bit version of Notepad++. Is it the 64 bit version of the plugin?
Terry
-
Notepad++ v8 (64-bit)
Build time : Jun 6 2021 - 18:38:25
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Home (64-bit)
OS Version : 2009
OS Build : 19043.1052
Current ANSI codepage : 1251
Plugins : mimeTools.dll NppConverter.dll NppExport.dllPlugin I compile 64 bit
-
-
@Робин-ГуД said in is not compatible with the current version n++:
Notepad++ v8 (64-bit)
That version had some issues and there is now a v8.1 R.C. version. My next suggestion is to revert back to the v7.9.5 version and see if the problem repeats. If it does not then v8 and at least 1 plug-in have issues. This is not uncommon when a new release occurs which has had major work done. If that occurs I’d notify the plug-in developer and possibly notify the Notepad++ development team as well as a courtesy. It will just likely be the plug-in developers responsibility to fix. But they may not do so straight away as v8.x isn’t proven as a stable platform yet.
Terry
-
Tried different versions of notepad ++ the same error did not help, also tried different releases of the plugin template the same error !!)
-
@Робин-ГуД said in is not compatible with the current version n++:
Created a project and compiled it.
and I get this error:I’m not a C# expert, but compiling others’ C# code for Notepad++ plugins is hit or miss for me. If it’s a newer plugin it usually works, if it’s older - not so much. My guess is that the C# plugin template you reference is out of date or has some other issue. I suggest opening a bug report on that Github site as I’m fairly certain this is not a Notepad++ issue as all my other plugins work / compile - I only have issues compiling C# plugins using that template.
Cheers.