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 behind, I can "mouseover" them and the tooltip text pops right up.
Similar questions:
This one had no solution - 'var_name'is not declared. It may be inaccessible due to its protection level.' in debug mode
This one said the solution was in the web.config, but I don't understand where/how - BC30451: 'MailValidation' is not declared. It may be inaccessible due to its protection level
This one was a misspelled word - vb.net error: inaccessible due to its protection level
Update - Here is another problem that might be a clue to what my problems are:
In my Tools.vb module, I have a class to access LDAP.
The namespace for the tools class is given in the login.aspx.vb code, yet login code does not recognize the tools class.
Clean Solution
, thenRebuild Solution
? – OneFineDay