I'm doing a desktop application where I should print a crystal report where I take your location as follows:
Path.GetDirectoryName(Path.GetDirectoryName(Application.StartupPath)) + "\Reports\POH2.rpt";
But this form no longer works for me when executing an executable, someone with some idea of how to obtain the specific route of the Crystal report?