I am attempting to generate my first hello world (using vb.net ) but am running into the following error
Dim driver As IDriver = GraphDatabase.Driver("bolt://localhost:7687", AuthTokens.Basic("neo4j", "password"))
Dim session As IAsyncSession = driver.AsyncSession(Function(o) o.WithDatabase("neo4j"))
Dim cursor As IResultCursor = Await session.RunAsync("CREATE (n) RETURN n")
Error :
Error: Neo4j.Driver.ClientException: Driver is connected to a server that does not support multiple databases. Please upgrade to neo4j 4.0.0 or later in order to use this functionality at Neo4j.Driver.Internal.Protocol.BoltProtocolV3.d__4.M