更改配置文件中的默认构造函数后未找到请求的服务错误
我在 Spring Dot Net 中使用远程处理开发了客户端和服务器应用程序。我在服务器的 App.Config 文件中添加以下行,
<constructor-arg type="int" value="3"/>
启动我的服务器。但是当我启动客户端应用程序时,我收到错误“未找到请求的服务”。 如果我删除上面的行,我的代码就可以工作。 您能为我提供调用参数化构造函数的解决方案吗? 我应该在客户端中进行哪些更改?
可以参考http://www.springframework.net/doc/reference /html/remoting-quickstart.html
I have developed Client and Server Applications using remoting in Spring Dot Net. I add following line in App.Config file of Server
<constructor-arg type="int" value="3"/>
I starts my Server. But when I Starts Client application , I am getting error as Requested Service Not Found.
If I removed above line, my code works.
Can you please provide me solution to invoke parameterised constructor?
What changes shll I make in Client?
You can refer to http://www.springframework.net/doc/reference/html/remoting-quickstart.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论