QuickBooksDev 0 Light Poster

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.Designer.vb:line 35
Protected Overrides Sub OnCreateMainForm()
>>>>> Me.MainForm = Global.POSeIntegrator.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!!!!!