Hi, 

I am receiving this exception when I try to open a session while neo4j 
community edition is running and I connect to the browser in 7474 port and 
run queries fine. I am connecting using .Net driver as follows:

using (var driver = GraphDatabase.Driver("bolt://localhost:7687", 
AuthTokens.Basic("neo4j", "password")))
            

and the configuration file enables bolt connection on this port 7687,

Please help me figure out what is wrong and where to start tracing this 
problem. I downloaded the driver in Visual Studio 2015 Nuget, and it 
compiles fine. 

The weird is that I have another project that works fine. In the project 
where this problem is happening, I have SolidWorks APIs linked as well. 
Could this be a problem? I need to get both referenced in the same project, 

I appreciate your support very much, thank you, 

Manal

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to