circles-arrows / blueprint41

An Object Graph Mapper for CSharp to connect to Neo4j or Memgraph.
http://www.blueprint41.com/
MIT License
31 stars 8 forks source link

Error running Getting Started Tutorial #13

Closed GuanYuMikasa closed 2 years ago

GuanYuMikasa commented 2 years ago

When the program runs to transaction.commit (); throwing wrong:Due to an unexpected state of the neo4j transaction, it seems impossible to insert the Person at this time.

circles-arrows commented 2 years ago

Hi @GuanYuMikasa , we are unable to reproduce this issue. Maybe your database service is not running, and if you use Neo4j Aura, maybe you specify wrong database name. What database you are using?

GuanYuMikasa commented 2 years ago

I have successfully solved the problem,thank you.