Skip to content
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

Could not load type 'BindI' from assembly 'TaskBuilder.fs #19

Open
forki opened this issue Apr 9, 2018 · 3 comments
Open

Could not load type 'BindI' from assembly 'TaskBuilder.fs #19

forki opened this issue Apr 9, 2018 · 3 comments

Comments

@forki
Copy link

forki commented Apr 9, 2018

Functions.StartTransaction. Microsoft.Azure.WebJobs.Script: One or more errors occurred. (Could not load type 'BindI' from assembly 'TaskBuilder.fs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.). StartTransaction: Could not load type 'BindI' from assembly 'TaskBuilder.fs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

I get this error message when using TaskBuilder.fs prerelease on azure functions.

/cc @gusty @dsyme

@gusty
Copy link
Contributor

gusty commented Apr 9, 2018

I tried including the source code of TaskBuilder in an .fs file and seems to work, but it doesn't recognize the isNull functions, had to change them. Maybe is not using latest FSharp.Core.

Note: I'm not familiar with F# Azure Functions, just started playing with it, in order to reproduce this issue.

@forki
Copy link
Author

forki commented Apr 10, 2018 via email

@rspeele
Copy link
Owner

rspeele commented May 27, 2018

I was going to target a lower FSharp.Core in the latest release, but the lowest I could get to while still using .NET Standard 1.6 was v4.1.17. Not wanting to screw with the other dependency versions, I left it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants