java.lang.VerifyError: JVMVRFY012 stack shape inconsistent [...]
此代码显示语法错误。
我也提到了这个页面 If Statement With Multiple Lines
答案 0 :(得分:1)
删除逻辑语句末尾的额外_。
If T_ANAME.Text = "" Or R_MALE.Checked = False Or R_FEMALE.Checked = False Or R_OTHERS.Checked = False _
Or (C_COUNTRY.Text = "-- Select Country --") Then
' do something
End If