当我在doc中运行EventStore示例时,它会在SqlPersistenceFactory.cs中抛出异常 第39行: 值不能为空 参数:方言
app.config中的连接字符串是否有错误?
答案 0 :(得分:1)
我在MainPrograms.cs line37中添加了一些代码 - .UsingSqlPersistence( “EventStore”) .WidthDialect(new EventStore.Persistence.SqlPersistence.SqlDialects.MsSqlDialect()) .EnlistIn ...