.net - Flourinefx:找不到合适的方法名称

标签 .net apache-flex

重新安装计算机后,我在使用旧的完美运行的 Floodinefx 应用程序时遇到了问题。

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

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)

有人见过这种行为吗?

最佳答案

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

关于.net - Flourinefx:找不到合适的方法名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14344333/

相关文章:

c# - 当我运行解决方案时,它打开的不是 mvc 中的默认页面

.net - 从托管代码中释放非托管内存分配

c# - 2D WPF 游戏,我有哪些选择?

.net - 从 ASP.NET Core 的容器迁移到 Autofac

apache-flex - 检查 Flex 中的 UI 元素

apache-flex - adobe air vs flex vs flash builder ---我需要解释一下

apache-flex - __FILE__ 和 __LINE__ 的 Flex/actionscript 3 等价物