5

重新安装计算机后,我遇到了一个旧的完美运行的 Florinefx 应用程序的问题。

对于某些函数调用(我认为那些包含自定义对象的函数),我得到:

2013-01-15 19:03:53,616 [27] ERROR FluorineFx.MethodHandler - Could not find a suitable method with name GetTodayView
2013-01-15 19:03:53,616 [27] ERROR FluorineFx.MethodHandler - Displaying verbose logging information
2013-01-15 19:03:53,616 [27] ERROR FluorineFx.MethodHandler - Checking GetTodayView(query(Query))
2013-01-15 19:03:53,616 [27] ERROR FluorineFx.MethodHandler - query(Query) did not match value "Offerta.DAL.Queries.Query" (Query)
2013-01-15 19:03:53,633 [27] ERROR FluorineFx.Messaging.Endpoints.Filter.ProcessFilter - Could not find a suitable method with name GetTodayView
FluorineFx.Exceptions.FluorineException: Could not find a suitable method with name GetTodayView
   at FluorineFx.MethodHandler.GetMethod(Type type, String methodName, IList arguments, Boolean exactMatch, Boolean throwException, Boolean traceError)
   at FluorineFx.MethodHandler.GetMethod(Type type, String methodName, IList arguments, Boolean exactMatch, Boolean throwException)
   at FluorineFx.MethodHandler.GetMethod(Type type, String methodName, IList arguments, Boolean exactMatch)
   at FluorineFx.MethodHandler.GetMethod(Type type, String methodName, IList arguments)
   at FluorineFx.Messaging.Endpoints.Filter.ProcessFilter.Invoke(AMFContext context)

以前有人见过这种行为吗?

4

1 回答 1

5

这是 FlourineFX 和线程的罕见问题。阅读以下博客文章:http: //jdecuyper.github.com/blog/FluorineFx-Could-Not-Find-A-Suitable-Method.html

于 2013-01-21T15:00:25.363 回答