Where can I find the System.Linq.Dynamic dll?

asp.net-mvc, c#, linq

Solution

You can get it from this link . It's a zip file that contains the dynamic link source. It's not a dll.

Originally posted on ScottGu's blog here

Problem

I am looking all over for this dll but can't find it anywhere? anyone know where to get it and can help me? Thanks!

Original source