Description
Issue description
0.8.1 build success on Visual Studio 2022 Community but getting ANSI Error when installing the plugin
Following up on this:
#70
I managed to get it work for the
0.8.1
branch with the following steps:
@monoblaine I was able to build version 0.8.1 in Visual Studio 2022 for x86 using PDFSharp 1.50.4000-beta3b
as suggested by @DimitrijeK
Other packages:
HtmlRenderer.Core -> 1.5.1-beta1
HtmlRenderer.PdfSharp -> 1.5.1-beta1
HtmlRenderer.WinForms -> 1.5.1-beta1
When copying the plugin files to Notepad++ 8.6.8 (x86) plugins folder I still get the same error "This ANSI plugin is not compatible with your Unicode Notepad++"
kbilsted/NotepadPlusPlusPluginPack.Net#52
This mentions running "makerelease.ps1" for NotepadPlusPlusPluginPack.Net:0.94.00 but it seems like all the files in v0.8.1 are already UTF-8.
Also, on this Npp community thread, "C# Plugin Development and Error: This ANSI plugin is not compatible with your Unicode Notepad++" Paul Baker suggested changing the post-build tasks but I am lot at this.
Has anyone tried to build it recently? Any luck?
Environment
- Notepad++ 8.6.8 (x86)
- MarkdownViewer++ 0.8.1
- Windows 10 (x64)