question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to use it on Azure Functions

See original GitHub issue

I am trying to use this Client on Azure Functions but get this Exception

System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified. File name: 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' at Neo4jClient.GraphClient..ctor(Uri rootUri, IHttpClient httpClient) at Neo4jClient.GraphClient..ctor(Uri rootUri, String username, String password) at EasyTimeFunctionAppv1.Function1.

This Azure Function already references this Library, but on another version of Newtonsoft.Json, The requested version 10.0.0.0 does not exists on possible old version.

I am using Neo4jClient version 3.0.1.13

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
cskardoncommented, Apr 25, 2018

Can you try with 3.0.1.14?

1reaction
cskardoncommented, Apr 25, 2018

Yes, because Neo4jClient is attempting to load 10, but azure functions only have 9

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot error: Azure Functions Runtime is unreachable
This issue occurs when the Functions runtime can't start. The most common reason for this is that the function app has lost access...
Read more >
Azure function: function unable to start
I tried to put a debug point at the start of the function but debug doesn't start, throw immediatly this error without entering...
Read more >
What to do if you can't deploy to your newly created Azure ...
In this post, I demonstrated how to fix an uncommon but annoying error, that especially can happen if you deploy Azure Function Apps...
Read more >
The function runtime is unable to start. #3355
I'm trying to run a .Net Standard 2.0 app on Azure Function with QueueTrigger and observing the error "The function runtime is unable...
Read more >
Unable to deploy Azure functions from vs code
Hi,. I created a simple timer trigger azure function using python in vs code which prints 'Hello world' after every 3 seconds.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found