pgtaviator wrote:
I would have expected all necessary references would be in there...
All the references are there and the samples work "out of the box" with VS 2010.
I opened the solution with VS2010, set HelloWorld as startup app, pressed F5 and got a PDF file - without any other changes.
Opened the solution with VS2012, pressed F5 and got a PDF file.
You use VS2013 (which I don't have yet) and changed the .NET version with some libraries.
When I get lots of errors, I select Rebuild to compile everything, then I open the Output window and search for the first occurrence of ": error". Solve this error, then try again.
When library A does not compile, you will get heaps of errors from other libraries that reference library A (which was not build).
So check why library PDFsharp does not compile.