'var_name'is not declared. It may be inaccessible due to its protection level.' in debug mode
This behavior is in a vb.net web application solution with multiple class library projects referenced by the web app. The code compiles, but in debug mode, some functions/subroutines in the referenced class libraries have local variables that display 'var_name' is not declared. It may be inaccessible due to its protection level. in the watch and immediate windows. The mouse_over intellisense doesn't work on those local variables. In some sub/functions the variables' values are accessible until I step into a Try..Catch All variables passed into the Sub/Function are accessible. Variables defined