图片路径不正确,改成绝对路径,或者应用程序的相对路径。
绝对路径--比如你的图片位于D:\images\1.png,那你的ImageLocation写成:
D:\images\1.png
ImageLocation
pictureBox.ImageLocation = @"D:\images\1.png";