nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

Unresolved reference not allowed: PdfSharp #84

Closed DimitrijeK closed 6 years ago

DimitrijeK commented 6 years ago

Issue description

Hey everybody, hope somebody can help me! Recently I downloaded this repository and opened it in Microsoft VS 2017 and after trying to build the solution I got this error:

       -Unresolved reference not allowed: PdfSharp

Not really sure why, I am pretty sure I have all the packages I need installed. I know its problem in ILMerge when trying to merge all assemblies into one dll file, but don't really know how to fix it.

Screenshot

capture capture2

Environment

nea commented 6 years ago

Hi @DimitrijeK

Please refer to #70.

The reason you cannot build it is because I have a custom PDFSharp Version in my personal, local NuGet that wasn't available when I was building it, because I updated some dependencies I required on all ends in HTMLRenderer etc. As soon as PDFSharp is updated, too, I will switch back.

You would have to checkout HTMLRenderer yourself and update PDFSharp accordingly in it to have all references as it is not maintained anymore.

Sorry

DimitrijeK commented 6 years ago

Hi @nea , thank you this helped a lot. I was able to build succesfully, but now I am having issues with ANSI not being compatible with unicode notepad++. But thats a different issue now. Thank you!

bhu1st commented 2 months ago

Getting the same issue...

Unresolved reference not allowed: PdfSharp

@DimitrijeK How did you resolve it?