I use bitmap when clicking on a picturebox to change the image. It still runs in debug mode but after downloading the program package and installing it, when I click on it, it gives me this error. How to fix it? (code sample: private void pictureBox1_Click(object sender, EventArgs e)
{
pictureBox1.Image = new Bitmap(Application.StartupPath + @"\Resources\Card Visit_Final-03.png", true);
})