C#C
C#2y ago
Conner

Newly added resource cannot be used

In a WinForms project I am adding an image to the Resources.resx file.
I am assigning this image to a picture box. It appears in the list that pops up when selecting the background image!
As soon as I try to build, I get the error that Properties.Resources.ImageName does not exist.
Checking the resx its still there.
Was this page helpful?