System.Reflection.AmbiguousMatchException

Posted by grid-wpf-architect on Stack Overflow See other posts from Stack Overflow or by grid-wpf-architect
Published on 2010-03-11T18:04:46Z Indexed on 2010/03/11 18:09 UTC
Read the original article Hit count: 250

Filed under:

Hi ,

I added Designer support for my control.

I got the following exception when setting the property value like below.

var colStyle = visibleColumn.Properties["PropertyName"].SetValue(Value);

The same above code works fine for VS 2010 project

but it shows the following exception for VS 2008 project

InnerException: System.Reflection.AmbiguousMatchException Message="Ambiguous match found." Source="mscorlib"

© Stack Overflow or respective owner

Related posts about wpf