views:

465

answers:

2

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.

+2  A: 

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

Luhmann
Thank you, it worked.
joemoe
+1  A: 

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.

Eric