Sorry, I'm executing this by selecting it in VS2008 and hitting alt+enter. The project is targeting .Net 3.5.

By on 9/23/2009 8:45 AM ()

For the interactive window, you need to use

#r "FSharp.PowerPack.dll";;

to reference the powerpack (or any library).

By on 9/23/2009 10:04 AM ()

#r "FSharp.PowerPack.dll";;

Crap, I typed that in, got the red squiggly (b/c it was a .fs file), and didn't even execute it.

By on 9/23/2009 1:31 PM ()

Typing #r @"FSharp.Powerpack";; in the FSI fixes that problem in v1.9.6.16. i am working in XP 64 bit.

results:

> #r @"FSharp.Powerpack";;

--> Referenced 'C:\Program Files (x86)\FSharp-1.9.6.16\bin\FSharp.Powerpack.dll'

By on 10/15/2009 11:42 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