I'm trying to using FSharp.Data in a script file on a FSharp project, and the error that I'm receiving is:
Warning '..\packages\FSharp.Data.2.2.5\lib\net40\FSharp.Data.dll' is not a valid assembly name.
FSharp.Data from https://www.nuget.org/packages/FSharp.Data/
It's the same problem if I try with a F# project for .NET 4.0, .NET 4.5 or .NET 4.6.
EDIT: It works fine with '..\packages\FSharp.Data.2.2.5\lib\portable-net40+sl5+wp8+win8\FSharp.Data.dll' but in this portable version only web locations are supported.
net40version in VS 2015. Can you post your exact code? (Is everything escaped correctly? Is the relative path correct?) - Tomas Petricek