Probably you should add reference to FSharp.PowerPack.Linq.dll. Also I opened "Microsoft.FSharp.Linq.QuotationEvaluation" namespace. The code below is working for me:

#r "FSharp.PowerPack.dll"

#r "FSharp.PowerPack.Linq.dll"

open Microsoft.FSharp.Quotations

open Microsoft.FSharp.Quotations.Patterns

open Microsoft.FSharp.Quotations.DerivedPatterns

open Microsoft.FSharp.Linq

open Microsoft.FSharp.Linq.QuotationEvaluation

let a = <@3+4@>

a.Eval();;

By on 4/10/2010 7:50 AM ()

thanx a lot Mr perter the problem was in version of powerpack but it now work will

By on 4/11/2010 12:48 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper