My console application generates PDF documents on the fly using
PDFSharp (MigraDoc) library.
When I Build it using VS 2005, it compiles OK with no problem and also
executes perfectly in Debug mode. But if Release is selected in the
dropdown, build fails with dozens of errors, all of which complain
that
The type or namespace name 'MigraDoc' could not be found (are you
missing a using directive or an assembly reference?)
But, I do have those MigraDoc libraries in the References folder, plus
I have using statements in the code for these libraries. In any case,
it compiles, executes with no problem when in Debug mode.
Am I missing something really easy? Thank you. Please give me a hint.
|