I've got exeptionMessage = "'System.Dynamic.ExpandoObject' does not contain a definition for 'name'"
Hi,Just did a bit of research and it appears reflection and dynamic objects dont play too well together.I found this post on stack overflow which may help;http://stackoverflow.com/questions/2634858/how-do-i-reflect-over-the-members-of-dynamic-objectI wrote the code in .net 2.0 so things may have changed since then. Hopefully the Stack Overflow post will point you in the right direction.
I've got exeption
ReplyDeleteMessage = "'System.Dynamic.ExpandoObject' does not contain a definition for 'name'"
Hi,
DeleteJust did a bit of research and it appears reflection and dynamic objects dont play too well together.
I found this post on stack overflow which may help;
http://stackoverflow.com/questions/2634858/how-do-i-reflect-over-the-members-of-dynamic-object
I wrote the code in .net 2.0 so things may have changed since then. Hopefully the Stack Overflow post will point you in the right direction.