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?
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?
I add some code in MainPrograms.cs line37-- .UsingSqlPersistence("EventStore") .WidthDialect(new EventStore.Persistence.SqlPersistence.SqlDialects.MsSqlDialect()) .EnlistIn...