F# Interactive CsvProvider not defined
问题 I'm loading FSharp.Data in the interactive console. The library is loaded without any problem: > #r "FSharp.Data.dll";; --> Referenced 'C:\Users\pw\AppData\Local\Temp\FSharp.Data.dll' (file may be locked by F# Interactive process) > open FSharp.Data;; However, when I'm trying to initialize CsvProvider (defined in FSharp.Data ) I get the error message saying the type is not defined: > type Stocks = CsvProvider<"C:\Users\pw\Downloads\msft.csv">;; type Stocks = CsvProvider<"C:\Users\pw\Downloads