moonpdf icon indicating copy to clipboard operation
moonpdf copied to clipboard

Can't build solution

Open jeansusgodney opened this issue 7 years ago • 2 comments

Hi I'm trying to build the solution with Visual Studio 2017 and .NET 4.6

At first I got error message regarding the headertemplate.json (Code 9009) and then I just removed everything from the build events.

After that I got another series of errors from the MoonPDF project when I tried again to build the solution:

  • PageMargin, ViewType, PageRowDisplay unkown
  • MenuItemExtensions doesn't exist in clr-namespace:MoonPDF

Can somebody help me?

jeansusgodney avatar Jan 22 '18 17:01 jeansusgodney

Hi @jeansusgodney ,I used VisualStudio 2017 (15.5.4) and .NET 4.6 build successed. Before build, I remove all build events. just these.

netcore-jroger avatar Jan 23 '18 08:01 netcore-jroger

The build events are to be sure that the desired dll files are in the same folder as the executable file of the demo program. https://www.codeproject.com/Articles/579878/MoonPdfPanel-A-WPF-based-PDF-Viewer-Control

focussing avatar Feb 14 '20 08:02 focussing