Get XCopy error running sample

Q:

I try your sample PDFViewWPFSimpleCS2013 to try the freehand annotations. I copy the sample to my D disk and set all the reference it need. But one error occurred:
Severity Code Description Project File Line Suppression State
Error The command “xcopy “D:\MyTest\CS…
Lib\PDFNet” “D:\MyTest\CS\bin\Debug\PDFNet” /S /I /Y” exited with code 4. PDFViewWPFSimpleTestCS2013

A:

I suspect it might be because windows marked the files as from internet (unsafe). If you go back to the original zip file, right click, and choose properties, there is probably a button called Unblock at the bottom. Select that and then unzip. Xcopy should be fine. If that still doesn’t help then just make the following changes.

  1. Remove the xcopy command from the post build events
  2. Change your Solution Platform to from AnyCPU to either x86 or x64.
  3. Delete the reference PDFNet.dll in the project
  4. Re-add the PDFNet reference to the project, selecting the appropriate x86 or x64 version

The xcopy command, and the PDFNetLoader reference are there to support AnyCPU but this is not required. See this post for more details.
http://blog.pdftron.com/2014/12/01/pdfnet-for-net-and-anycpu/