最近在学习Remoting,在编写一个简单例子后,发现总是提示“找不到请求的服务”,原因是:
service配置节下 <wellknown type="RemoteObject.MyObject, RemoteObject" objectUri="RemoteObject.MyObject" mode="Singleton" />
objectUri写成了objecturi,导致找不到服务,配置文件严格区分大小写

相关文章:

  • 2021-12-15
  • 2022-02-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2021-08-10
  • 2021-09-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-06
  • 2021-05-07
  • 2022-12-23
相关资源
相似解决方案