请问有谁能解决End Sub的时候The memory could not be "read"的错误吗?
程序一路跑下来都没有问题,但是如果单步调试,会在end sub的时候抛一个message box出来:The instruction at XXXXXXXXXXX referenced memory at xxxxxxxxxxx. The memory could not be "read".
Click on OK to terminate the program.....
有在程序结束的时候把所有object = nothing, 但好像没什么用
有没有人知道怎么解决这样的问题? 还是vb.net的limit啊?