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!
+3
A:
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
Geoff
2010-10-21 19:25:53
ok thanks. what do I need to reference in my app to use it then?
twal
2010-10-21 19:28:49
Just add the Dynamic.cs file to your project. It defines the namespace System.Linq.Dynamic. In your code place: using System.Linq.Dynamic; at the top of the file.
Geoff
2010-10-21 19:34:39
Perfect! Thanks Geoff I appreciate it!
twal
2010-10-21 19:38:18