Field token out of range

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • QuickBooksDev
    New Member
    • Nov 2007
    • 6

    Field token out of range

    I converted a large VB6 program (15 .frm forms) + 20 other modules(.bas) to VB.NET 2005 from VB6. (It used a lot of control arrays).

    After spending almost a week fixed the errors I find that it will not run.
    Field token out of range
    at \My Project\ Application.Des igner.vb:line 35
    Protected Overrides Sub OnCreateMainFor m()
    >>>>> Me.MainForm = Global.POSeInte grator.frmMain
    End Sub

    I have no idea what this really means or how to fix it.

    What I can tell you is that it starts up. Some of the main forms changed events are invoked and then dies.

    This fails with the Application framework either on or off.

    HELP!!!!!
Working...