Hi and thank you for neo4j,
we would like to use it in Version 4.x inside a Windows App.
So I decided to start with the tutorial from Using Neo4j from .NET - Developer Guides
but getting an errormessage and cant find any informations how to fix that:
'IDriver' does not contain a definition for 'Session' and no accessible extension method 'Session'
for the following code:
using (var session = _driver.Session())
Are there any news for neo4j 4.0.0 that not working with the old (1.7) documentation?
Same on Stackoverflow: .net - Why does 'IDriver' not contain a definition for 'Session' when using Neo4j in C#? - Stack Overflow
Thank you and best regrads