WhenI try to save changed propertiesduring thedesignof a WindowsUserControl with TableLayoutPanel controls and other controls in VS 2008 SP1Designer an error is being displayed - "Value cannot be null parameter name: context".After this other controls are messed up and some I can't even see. For example, I can select some RadioButtons that are inside aGroupBox, but they cannot be selectedin the Designer. Other TextBoxes inside of a TableLayoutPanel that previously had ColumnSpan set are no longer set as designed. The error doesn't happen every time I save, but ithappens often, and it is making development take much longer than expected.I am having to incrementally save and then go back to prior versions when the error happens.I am on a tight development schedule. What can I do?
|