I upgraded to your current release (2010.2 812) today and my comboboxes are broken in my application. As soon as I select a item i get this error
Attempt by method 'System.Linq.Expressions.Expression.CreateLambda(System.Type, System.Linq.Expressions.Expression, System.String, Boolean, System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>)' to access method 'System.Linq.Expressions.Expression`1<System.Func`2<FTSilverControls.FTActivityDialog+FTListItem,FTSilverControls.FTActivityDialog+FTListItem>>.Create(System.Linq.Expressions.Expression, System.String, Boolean, System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>)' failed.
This worked fine in previous builds for the past 1.5 years.
I tracked down the issue....my class FTListItem was marked internal as was its constructors. When I changed those to public everything started to work again. However, this is really not an ideal workaround. Any thoughts??
Attempt by method 'System.Linq.Expressions.Expression.CreateLambda(System.Type, System.Linq.Expressions.Expression, System.String, Boolean, System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>)' to access method 'System.Linq.Expressions.Expression`1<System.Func`2<FTSilverControls.FTActivityDialog+FTListItem,FTSilverControls.FTActivityDialog+FTListItem>>.Create(System.Linq.Expressions.Expression, System.String, Boolean, System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>)' failed.
This worked fine in previous builds for the past 1.5 years.
I tracked down the issue....my class FTListItem was marked internal as was its constructors. When I changed those to public everything started to work again. However, this is really not an ideal workaround. Any thoughts??