Here's how we did it:
%ApplicationFolder%/Help. , pdf %ApplicationFolder%/Help/Manual.pdf. pdf csproject csproject copy always. , , pdf , Help, .
( pdb, ) .
System.Diagnostics.Process.Start(pdfPath), . pdfPath:
:
public void Help_Click(object sender, System.EventArgs e)
{
var appDir = Path.GetDirectoryName(Application.StartupPath);
var helDir = Path.Combine(appDir, "Help");
var pdfPath = Path.Combine(helDir, "Manual.pdf");
System.Diagnostics.Process.Start(pdfPath);
}
. F5 ( PDF ),