本文介绍了你调用的对象是空的。请帮忙!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的程序编译好了但是当我点击一个控件来执行它时:
Public Sub numberUpdate(ByVal theNum As Integer)
lblCurrentQuestionNumber.Text = theNum
结束子
我得到这个错误消息:System.NullReferenceException:对象引用未设置为对象的实例。
任何人都可以帮我这个吗?
Hi, my program compiles ok but when I click on a the control to execute this:
Public Sub numberUpdate(ByVal theNum As Integer)
lblCurrentQuestionNumber.Text = theNum
End Sub
I get this error message: System.NullReferenceException: Object reference not set to an instance of an object.
Can anyone help me with this please?
推荐答案
这篇关于你调用的对象是空的。请帮忙!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!