VS2003 Compiler Bug
- From: "chris" <chriso@xxxxxxxxxxxxx>
- Date: Fri, 18 Nov 2005 15:13:13 -0600
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
.
- Follow-Ups:
- re: VS2003 Compiler Bug
- From: Matthew . Gertz
- re: VS2003 Compiler Bug
- From: Matthew . Gertz
- Re: VS2003 Compiler Bug
- From: Herfried K. Wagner [MVP]
- re: VS2003 Compiler Bug
- Prev by Date: Option Strict and a Collection of Structures
- Next by Date: Re: image.fromstream error
- Previous by thread: Option Strict and a Collection of Structures
- Next by thread: Re: VS2003 Compiler Bug
- Index(es):
Relevant Pages
|