variable is not declared it may be inaccessible due to its protection level

后端 未结 7 882
刺人心
刺人心 2020-12-10 13:09

My VB skills are not the best, and this problem has had me stumped for a few days.

In the list of controls shown in Visual Studio that are not defined in the code be

7条回答
  •  Happy的楠姐
    2020-12-10 13:58

    This error occurred for me when I mistakenly added a comment following a line continuation character in VB.Net. I removed the comment and the problem went away.

提交回复
热议问题