-
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
FSharp.Core 4.4.0.0 gets referenced when using Visual Studio 2015 Preview #79
Comments
@dmitry-a-morozov and I were able to get it to run by redirecting back from
|
Just in case, I notified Visual F# and logged this bug: |
According to Kevin, it is something wrong with this Type Provider implementation. |
Pretty still affects the latest Visual Studio 2015 build. I'm sure it will still affect VS 2015 RTM. <bindingRedirect oldVersion="0.0.0.0-4.4.0.0" newVersion="4.3.1.0" /> |
@ctaggart We're long way from resolving this issue. |
Same problem with creating and Web Api using |
@lessismore1 As of now the only solution is to use binding redirect. |
@lessismore1 looks like it was fixed, are you still experiencing this? |
@dsevastianov it is fixed! Sorry for the VERY late reply :) |
I created an example
FSharp.Data.SqlClient
console app to isolate a problem I'm having using it withVisual Studio 2015 Preview
. The app simple runs a query against a hostedAdventureWorks
on Azure. It prints the top the first 10 people usingselect top 10 FirstName, LastName from person.person
.When running from Visual Studio 2013 it works.
When I use Visual Studio 2015 Preview, I get:
The build does give this warning:
For some reason, the PeopleData.dll is ending up with a reference to
4.4.0.0
, but I'm not sure how.Here are the steps to reproduce:
Rebuild solution. (It is not using Paket.)
The text was updated successfully, but these errors were encountered: