Error with using “dynamic” keyword in Silverlight app

徘徊边缘 提交于 2019-12-04 04:35:29

问题


I get the following error: "One or more types required to compile a dynamic expression cannot be found. Are you missing references to Microsoft.CSharp.dll and System.Core.dll"

I do have System.Core.dll, do have I to find Microsoft.CSharp somewhere? It wasn't part of the project and it isn't in the references list.


回答1:


Should be at: C:\Program Files\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\




回答2:


You might want to check out this blog post. There are some versioning conflicts with Silverlight 4 and VS 2010 RC 1 that might be causing this problem.



来源:https://stackoverflow.com/questions/2394245/error-with-using-dynamic-keyword-in-silverlight-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!