更改配置文件中的默认构造函数后未找到请求的服务错误

发布于 2024-12-23 00:36:22 字数 447 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文