Version:7.0 Trial
IIS:7.5 classic
.NET Framework: 4.0
How to reproduce:
1. Site Manager -> Development -> Form controls. Find a control, say, Label, click edit.
2. Swicth to Properties tab. Add a new property, set the column name, set the attribute type to
Long Text, and
uncheck "Display attribute in the editing form"3. Click Save button. Then, the exception throws:
"Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request".