How to fix the 'Resources' is not a member of 'My'

后端 未结 23 1187
醉话见心
醉话见心 2021-01-17 09:54

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

23条回答
  •  梦毁少年i
    2021-01-17 10:43

    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.

提交回复
热议问题