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

后端 未结 7 884
刺人心
刺人心 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 14:14

    I have suffered a similar problem, with a Sub not accessible in runtime, but absolutely legal in editor. It was solved by changing destination Framework from 4.5.1 to 4.5. It seems that my IIS only had 4.5 version.

    :)

    0 讨论(0)
提交回复
热议问题