f# - scripts don't recognize FSharp.Data -


somewhat of f# beginner. i'm trying test out of xmltypeprovider code in interactive window first entering in script (fsx) file. script file won't recognize following

open fsharp.data  // gives "the namespace or module 'fsharp' not defined" 

everything has been added reference, , .fs files seem not have problems finding xmltypeprovider reference reason, script in same project not. got code work in .fs file.

i added fsharp.data nuget , seem add correctly. missing here?

add reference in script nuget packages folder contains fsharp.data.dll. folder contains designer dll (fsharp.data.designtime.dll)

#r @"<your nuget packages folder>\fsharp.data.2.1.0\lib\net40\fsharp.data.dll" 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -