在MongoPersistenceEngine中没有实现GetFrom

时间:2013-11-07 15:54:06

标签: neventstore

今天从EventStore升级到NEventStore(4.1.0.0),现在出现错误。

我的错误 -

Method 'GetFrom' in type 'NEventStore.Persistence.MongoPersistence.MongoPersistenceEngine' 
from assembly 'NEventStore.Persistence.MongoPersistence, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null' 
does not have an implementation.

Repro链接到这里 - https://github.com/NEventStore/NEventStore/issues/285

编辑:为了弄清楚为什么我遇到这个问题,我继续删除了nuget包,下载了源代码,附加了NEventStore核心和MongoPersistence项目,并且由于Nservicebus不能解决一些错误设置,一切正常。

我认为当前nuget包可能会在发布后修复错误。

EDIT2:myget ci包中的相同异常

1 个答案:

答案 0 :(得分:0)

似乎在NuGet上的NEventStore.Persistence.MongoPersistence 5.0.0.9版本已经破解。目前的工作解决方案是从GitHub下载Source并重新编译它。

https://github.com/NEventStore/NEventStore/