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 = drive...