In general, once you create a --standalone, you'll no longer be able to reasonably reference the assembly from F#. (To get a feel for why; imagine there's a function that returns a tuple. Under --standalone, it will return an instance of the Tuple<> type that's compiled into the assembly, whereas an F# program that references it will assume tuples are the Tuple<> type in the general FSharp.Core.dll. The same kind of issues permeate all kinds of other stuff in --standalone assemblies.)

So I think the answer is "don't do that"; just have new apps reference both of the prior libraries.

By on 11/7/2008 1:04 PM ()

ok, thank you.

By on 11/10/2008 6:57 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