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

后端 未结 7 875
刺人心
刺人心 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条回答
  •  北海茫月
    2020-12-10 13:54

    I got this error briefly after renaming the App_Code folder. Actually, I accidentally dragged the whole folder to the App_data folder. VS 2015 didn't complain it was difficult to spot what had gone wrong.

提交回复
热议问题