문제

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.

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top