You do not need to have the CTP installed on the target machine, but it helps ... ;)

All F# apps depend on the FSharp.core.dll, you may pick up other dependencies too like FSharp.PowerPack.dll. If the CTP is already installed on the target machine then you're guaranteed to have these dlls. However to support machines that don't have the CTP installed you can package them with your application, this probably the right thing to do, since you don't want to force all your uses to install the CTP.

You can work out by dependencies you've picked up looking by at your application in reflector.

Cheers,

Rob

By on 9/3/2008 4:37 AM ()

Hey Robert,

thanks for the reply!

You mean to just copy these .dlls in the same directory as the executable and that's it ? And what about .net framework version, if i do not use LINQ and the like, is 2.0 sufficient ?

By on 9/3/2008 4:44 AM ()

Yep, just copy the dlls to the same directory as the app. If you don't use LINQ 2.0 should be fine.

Cheers,

Rob

By on 9/3/2008 5: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