Throwing an exception on a remoting server not defined in the client causes an “Unable to find assembly” exception

前端 未结 0 1823
栀梦
栀梦 2021-01-27 07:18

I have some client code calling a method via remoting using the

myProxy = (IProxy)Activator.GetObject(
                    typeof(IProxy),
                    &qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题