The following code in my extension causes an IndexOutOfRangeException.
PropertyRow proprow = (this.Core.CreateRow(sourceLineNumbers, "Property" ) as PropertyRow);
proprow.Id = strValueName;
proprow.Value = strDefaultValue;
proprow.Hidden = false;
proprow.Secure = false;
proprow.Admin = false;
I checked and it looks like there's a 5 where there should be a 4 in the Property row's Hidden implementation. (PropertyRow.cs ~line 83)
I'm using version 2.0.4415.0.
Logged In: YES
user_id=26581
Originator: NO
Yeah, that was easy.<g></g>