I am using Visual Studio 2010 .NET 4.X and I'm trying to use the ExpandoObject class, but I'm getting a not recognized error on the using System.Dynamic
statement.
I made sure to add a reference to System.Core
, but that didn't resolve the issue. Is there anything else I need to do?