up vote 1 down vote favorite
share [g+] share [fb]

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.

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

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

link|improve this answer
Thank you, it worked. – joemoe Mar 6 '10 at 22:44
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.