直接前两句就可以了:string filepath = Application.StartupPath + "\\规划.pdf";axAcroPDF1.LoadFile(filepath);不过你要确定程序bin/Debug文件夹下是不是有“规划.pdf”文件。
我也遇到这种问题,请问解决了吗