Hey,

When I try to open this form, I get this error.

The designer cannot process the code at line 279, please see the Task List for details. The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again.


This is the code from the form

'panelRight
'
Me.panelRight.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.panelRight.Controls.AddRange(New System.Windows.Forms.Control() {Me.ldtImage, Me.ldtOriginal})
Me.panelRight.Dock = System.Windows.Forms.DockStyle.Fill
Me.panelRight.Location = New System.Drawing.Point(370, 25)
Me.panelRight.Name = "panelRight"
Me.panelRight.Size = New System.Drawing.Size(366, 485)
Me.panelRight.TabIndex = 27 'line in error



Me.panel.tabindex = 27 is the line in the error message.
If I comment it out, then I get the same error but for line 278.




Any Ideas?