Ive posted one of the 4 sections below.. theyre all roughlt the same other than names and sizes:
- Code: Select all
'grpDescription
'
Me.grpDescription.Controls.Add(Me.grpDescription.Panel)
Me.grpDescription.Location = New System.Drawing.Point(22, 497)
Me.grpDescription.Name = "grpDescription"
Me.grpDescription.Size = New System.Drawing.Size(951, 195)
Me.grpDescription.TabIndex = 77
Me.grpDescription.Values.Heading = "Description of Work"
The line its complaining about is the 'Controls.Add' line.
Ive tried registering the design.dll with gacutil and that hasnt solved the problem.
Any help would be appreciated.