I just published my project and he can't find my Manual file. I'm using this for getting the file:
private void btnHelp_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(Environment.CurrentDirectory + @"\Handleiding Lijmlijnen tekenen.pdf");
}
pretty straight forward, and it works when I'm debugging. But when I published it, it shows an error that he can't find that specific file. It points to this location: C:\Users\Bart\Documents\Visual Studio 2015\Projects\TestDXFlibrary\TestDXFlibrary\bin\Debug\Handleiding Lijmlijnen tekenen.pdf