升级到Neo4jClient 1.0.0.651导致NullReferenceException

时间:2014-04-04 21:52:42

标签: neo4jclient

我有一个使用Neo4jClient 1.0.0.646的工作解决方案没有问题。当我为最新的1.0.0.651安装nuget包时,每次尝试返回查询结果时都会收到NullReferenceException。鉴于下面的堆栈跟踪详细信息,有人可以为我诊断问题吗?如果这是相关的,我在Json.NET 5.0.6上。我看到REST调用已经发出并返回正确的数据,因此Cypher很好。

  

System.NullReferenceException未被用户代码
处理   HResult = -2147467261 Message =对象引用未设置为实例   一个对象。 Source = Neo4jClient StackTrace:          在Neo4jClient.Cypher.CypherQuery.b__0(String   current,String paramName)in   C:\ TeamCity的\ buildAgent \工作\ 5bae2aa9bce99f44 \ Neo4jClient \ Cypher支架\ CypherQuery.cs:行   46          在System.Linq.Enumerable.Aggregate [TSource,TAccumulate](IEnumerable 1 source, TAccumulate seed, Func 3 func)          在C:\ TeamCity \ buildAgent \ work \ 5bae2aa9bce99f44 \ Neo4jClient \ Cypher \ CypherQuery.cs中的Neo4jClient.Cypher.CypherQuery.get_DebugQueryText():行   43          在Neo4jClient.GraphClient。&lt;&gt; c__DisplayClass1e 1.<Neo4jClient.IRawGraphClient.ExecuteGetCypherResultsAsync>b__1d(Task 1   responseTask)   C:\ TeamCity的\ buildAgent \工作\ 5bae2aa9bce99f44 \ Neo4jClient \ GraphClient.cs:行   825          在System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()          在System.Threading.Tasks.Task.Execute()InnerException:

1 个答案:

答案 0 :(得分:0)

我还没有为我提供足够的异常细节,以确定具体发生的位置。

请在https://github.com/readify/Neo4jClient/issues/new

的新问题中加入例外的全文

以下是自1.0.0.646以来的所有更改,如果您想查看与您正在做的事情相关的任何事情:https://github.com/Readify/Neo4jClient/compare/v1.0.0.646...master