'#If' block must end with a matching '#End If'
#If is a conditional compilation directive. An #If block is not terminated by an #End If directive.
Error ID: BC30012
To correct this error
- Add an #End If directive to the end of the conditional compilation block.