0
IronRubyでリモーティングサービスを使用しようとしていましたが、このエラーが発生しました。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"