I am using VS2010 and in all of my projects \"My.Resources\" is available and shows all the files that are in the \"resources\" section of the project. In this one project I
How I fixed this: Visual studio points the error to this line: Global.Resources.rptRecal.ResourceManager
It says can not find rptRecal. I know this file exists, so I just removed the line, type it again, let the "auto complete" feature kick in.