コンピューターを再インストールした後、完全に機能する古いflourinefxアプリケーションで問題が発生しました。
特定の関数呼び出し(カスタムオブジェクトを含むものだと思います)については、次のようになります。
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)
この種の行動を見た人はいますか?