Expand Minimize
0 out of 1 rated this helpful - Rate this topic

Variable '<variablename>' is used before it has been assigned a value (Visual Basic Error) 

A variable is being used before it has been assigned a value, resulting in a NullReferenceException.

Error ID: BC42109

To correct this error

  • Make sure the variable has been assigned a value.

See Also

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.