C
chris
I'm not sure if this is a bug being caused by visual studio, or by the vb
compiler itself.
I have good size solution (33 projects) and am consistently having a problem
with one project..
Basically everytime I build, I get the compiler error bc30456...which is
basically that some local variable is not declared. However, the variable is
declared...and basically if I change its declaration from private to
protected the project will build...but then the next time I build it will
fail..and upon switching it back to private build again. I also find it
weird that it is always the same variable in the same project.
Hoping someone maybe has seen something like this before and will recognize
it.
Thanks
compiler itself.
I have good size solution (33 projects) and am consistently having a problem
with one project..
Basically everytime I build, I get the compiler error bc30456...which is
basically that some local variable is not declared. However, the variable is
declared...and basically if I change its declaration from private to
protected the project will build...but then the next time I build it will
fail..and upon switching it back to private build again. I also find it
weird that it is always the same variable in the same project.
Hoping someone maybe has seen something like this before and will recognize
it.
Thanks