Re: [Ironpython-users] RuntimeReflectionExtensions

2012-05-19 Thread Slide
Nevermind on this, it looks like my solution and projects got corrupted somehow so the wrong preprocessor items were being defined. On Sat, May 19, 2012 at 7:05 AM, Slide wrote: > It looks like Microsoft.Dynamic was updated to use something that is > only available in 4.5. I'm looking in Reflecti

[Ironpython-users] RuntimeReflectionExtensions

2012-05-19 Thread Slide
It looks like Microsoft.Dynamic was updated to use something that is only available in 4.5. I'm looking in ReflectionUtils.cs at the following code: private static bool IncludeMethod(MethodInfo member, Type reflectedType, HashSet baseDefinitions, bool flattenHierarchy) { if (member.IsV