-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception when results are int option #139
Comments
I cannot replicate this.
|
I never tested it with FSharp.Core that comes Nuget. |
I get the same referencing
Tomorrow I will work to create a repro project |
This will repro it for me on my VM. I will try on my desktop PC also https://github.com/lefthandedgoat/fsDataSQLRepro |
Cry, doesn't work on my windows 8 machine either. I will try again some more tomorrow, in a windows 10 VM maybe. |
I have Windows 8.1 installed. |
It wasnt, and it didn't even exist in the repro code. Setting to true fixes it. Adding the nuget package to the repro code and setting to true also fixes it. Thanks. About 50% or more of my problems with F# revolve around FSharp.Core and Proj files =(. Thank you for your help! |
When it comes to type providers it's 10x bigger problem |
I get this stack
Below query reproduces it
This actually works no problem in Mono (OSx), but on Windows (Win7, vs 2013) it does not.
Stack points to this line of code:
https://github.com/fsprojects/FSharp.Data.SqlClient/blob/master/src/SqlClient/ISqlCommand.fs#L122
I downloaded the code and added it to my project to debug, and the value of
itemTypeName
isMicrosoft.FSharp.Core.FSharpOption
1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], FSharp.Core` when the exception occurs.I have tried without luck:
Changing binding redirects in case it was a FSharpCore 4.3.0/4.3.1
Install .net 4.0 (already installed)
Install .net 4.5.2 (already installed)
Install F# 2.0
Any help is appreciated!
The text was updated successfully, but these errors were encountered: