Getting this strange error when i try to use FSharp.Data.SqlClient type provider on Windows Azure Emulator, VS2013, F# 3.1->
Additional information: Method not found: 'Microsoft.FSharp.Core.FSharpFunc
2<System.Object[],System.Object> FSharp.Data.SqlClient.QuotationsFactory.GetMapperWithNullsToOptions(Microsoft.FSharp.Core.FSharpFunc
2, Microsoft.FSharp.Core.FSharpFunc`2)
The error happens when i try to call the function that uses my SqlCommandProvider
types.
Doesn't make any sense. When i run my test suite which fully covers this method, it 100% works. When i run azure emulator it breaks.
I have my worker role referencing all the same DLLs that the test suite is using as well...?