Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A source line begins with a #
character, but a valid conditional compilation directive does not immediately follow the #
. Valid directives include #Const
, #ExternalSource
, #If
, #Else
, #ElseIf
, #End If
, and #Region
.
Error ID: BC30248
To correct this error
Make sure the conditional compilation directive is spelled correctly.
Make sure there is no intervening space between the
#
character and the directive.Remove the
#
character or add a valid directive immediately after it.