I follow the instructions here How to create and use resources in .NET
However when i do Properties.Resources.Name; I get "The name 'Properties' does not exist in the current context". Its driving me nuts bc i tried multiple things and googled and could not find a solution.
The resource is in the same project i am using. The project is 1 form. and the code is in Form1_Load