Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error using dynamic #1110

Closed
glennblock opened this issue Oct 25, 2015 · 0 comments
Closed

Compilation error using dynamic #1110

glennblock opened this issue Oct 25, 2015 · 0 comments
Labels
Milestone

Comments

@glennblock
Copy link
Contributor

NOTE: This is in the dev branch not in our release. Marked with the new "dev-bug" label

Given the following code:

dynamic foo = new System.Dynamic.ExpandoObject();
foo.bar="baz";

When compiling you will get the following error:

(1,1): error CS0656: Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'

Looks like a reference is missing

@glennblock glennblock added the bug label Oct 25, 2015
@khellang khellang added this to the v0.16 milestone Oct 26, 2015
@glennblock glennblock added dev-bug and removed bug labels Oct 26, 2015
@adamralph adamralph modified the milestones: v0.16, v1.0 Nov 9, 2015
@adamralph adamralph modified the milestones: v1.0, v0.16 Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants