J Oliver EventStore - Examples exception

193 Views Asked by At

when I run EventStore example in doc,it throw exception in SqlPersistenceFactory.cs line 39: Value can not be null Parameter:dialect

Whether the connection string error in app.config?

1

There are 1 best solutions below

0
On

I add some code in MainPrograms.cs line37-- .UsingSqlPersistence("EventStore") .WidthDialect(new EventStore.Persistence.SqlPersistence.SqlDialects.MsSqlDialect()) .EnlistIn...