2

I have the following code:

#r "../packages/FSharp.Data.2.0.9/lib/portable-net40+sl5+wp8+win8/FSharp.Data.dll"
open FSharp.Data
let trainData = CsvFile.Load("../resources/Train.csv")
let rowCount = trainData.Rows |> Seq.length

And I am getting this exception

System.Exception: Only web locations are supported

I am using VS2012. Has anyone seen this before?

asked Aug 22, 2014 at 14:46

1 Answer 1

4

I changed it to

#r "../packages/FSharp.Data.2.0.9/lib/net40/FSharp.Data.dll"

and it worked

Hope this helps someone

answered Aug 22, 2014 at 15:00
1

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.