Menu

Compile error

Help
2011-05-12
2012-10-22
  • Mathieu Bazinet

    Mathieu Bazinet - 2011-05-12

    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!

     
  • Kelly Ethridge

    Kelly Ethridge - 2011-05-13

    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.

     

Log in to post a comment.