Upon building my projetcs I'm getting the error message : Method or data
member not found and it points to the sub Form_Initialize() on the
frmSimplyVBUnit3Runner.
Would anyone know what's wrong?
thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the Form_Initialize event there should be some code similar to
Private Sub Form_Initialize()
Call Me.UIRunner1.Init(App)
End Sub
If this is the case, then you either don't have a UIRunner control on the form
(named UIRunner1 in this case). Make sure you have a the "SimplyVBUnit GUI
v3.x" component loaded and that there is a UIRunner control on the form.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Upon building my projetcs I'm getting the error message : Method or data
member not found and it points to the sub Form_Initialize() on the
frmSimplyVBUnit3Runner.
Would anyone know what's wrong?
thanks!
In the Form_Initialize event there should be some code similar to
If this is the case, then you either don't have a UIRunner control on the form
(named UIRunner1 in this case). Make sure you have a the "SimplyVBUnit GUI
v3.x" component loaded and that there is a UIRunner control on the form.