Just had an issue trying to use a dynamic object in a .NET test project – at build time I had the compiler error:
One or more types required to compile a dynamic expression cannot be found. Are you missing a reference?
In the end all I had to do was reference “Microsoft.CSharp” from my test project.
No comments:
Post a Comment