views:

36

answers:

1

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
ok thanks. what do I need to reference in my app to use it then?
twal
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
Perfect! Thanks Geoff I appreciate it!
twal