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

后端 未结 23 1181
醉话见心
醉话见心 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条回答
  •  孤街浪徒
    2021-01-17 10:34

    simply edit the Resources.resx in notepad++. Trace the cause of the error (error displays in the Resources tab of your project properties), remove the line that causes the error. then on your solution explorer, right-click Resources.resx then Run Custom Tool.

    this would surely resolve the problem.

提交回复
热议问题