IronRuby でリモーティング サービスを利用しようとしたところ、このエラーが発生しました。
「Contracts.SomeManager」を公開するオブジェクトの「IronRuby.Runtime.IRubyObject」型で宣言されたメソッドを呼び出そうとしました。
これで私を助けてもらえますか?
これが私のコードです。
require "netincludes"
some_manager = System::Activator.get_object ISomeManager.to_clr_type, "tcp://localhost:8080/SomeManager"
some_manager.get_message "hello"