-
Notifications
You must be signed in to change notification settings - Fork 457
EventHubTrigger - Functions 2.0 does not start - Could not load FunctionsProj.dll #4750
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
Comments
I'm still unable to make it work locally. Can someone take a look at this? |
More details from Functions Console:
|
Followed up on this internally -- but just to make sure this is public: We can’t load one of your dependencies…
|
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
I could not follow up on this thread earlier. I could get these issues resolved. I have explained things which I followed on stackoverflow page - here. |
Investigative information
I was able to run function app which has eventhub binding from local as well as from West US2 Consumption plan. From a day, after we moved all our dependent projects to build in x64 and updating all nugets to latest - function app starts failing. It does not even start, it fails to load the functionsproject.dll itself.
I'm kind of stuck without being able to debug the issue. * This happens once in a while locally but had not impacted deployed azure function (on .NET core 2.1) *
Exception Message:
Exception StackTrace:
Please provide the following:
Repro steps
Provide the steps required to reproduce the problem:
a. Unable to start the app locally. after enabling all CLR exceptions I see an exception while loading EventHubConsumers.dll (functions project) itself which contains the azure functions. It is the same issue when I try to publish to consumption plan too.
It was working till we updated projects to use latest nugets.
Nugets:

Expected behavior
Provide a description of the expected behavior.
Actual behavior
Provide a description of the actual behavior observed.
Known workarounds
Provide a description of any known workarounds.
Related information
Provide any related information
C#
.Net Core 2.1
x64 build
Bindings used:
EventsHubTrigger
Packages used in project:
Exception Details:
The text was updated successfully, but these errors were encountered: