I am trying something really simple in F# to try and test interaction with the SharePoint 2010 API.I think I am running into a general problem with F#.Is there anyway that an F# script can access the
When dynamically referencing assemblies in .fsx using #I and #r, VS highlights the following usages of imported types and writes \"The namespace or module \'XXX\' is not defined\". Is it ok?
How could I make this work? #I (__SOURCE_DIRECTORY__ + @\"\\bin\\Release\") And second questions. Is it possible to do something like:
Is there a way within FSI that I can reference and use registered COM components? In a normal .fs compiled program I can simply reference the component in question and then open the relevant generate
According to the MSDN documentaion: When set to false, disables the display of declaration values in the
I am hosting the FSI.exe in my build tool (\"FAKE - F# Make\") and I need to set the ExitCode for FSI.exe from inside my fsx-script. Is this possible?
Let say I have an entity user which has a one to many relationship with the entity menu which has a one to many relationship with the entity meal which has a many to one relationship with the entity r