条件编译表达式中不允许使用可以为 null 的类型
更新:2007 年 11 月
不能在条件编译指令的表达式中使用可以为 null 的类型。例如,下面的代码将导致此错误。
'#Const triggerPoint = 0
'' Not valid.
'#If CType(triggerpoint, Boolean?) = True Then
' ' Body of the conditional directive.
'#End If
**错误 ID:**BC33111
更正此错误
- 移除可以为 null 的类型指定。