无法运行 VNCsharp 示例工作
我已在此处下载了 VNCsharp 示例表单。我在自己的计算机上运行示例,并在远程计算机上运行它的另一个实例,然后尝试连接到远程主机,但它抛出异常,如下所示:“无法建立连接,因为目标计算机主动拒绝它”
是什么样的我可能无意的问题?
I have downloaded VNCsharp sample form here. I run the sample on my own machine and another instance of it on a remote machine then try to connect to remote host but it throws an exception as this:"No connection could be made, because the target machine actively refused it"
What kind of issues i probably not intended?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正确下载并设置真实的 vnc 服务器,并在其上测试客户端代码。我猜您在服务器配置中遗漏了一些内容,因此使用准备好的服务器和 .NET 客户端将帮助您诊断问题。您也可以尝试从 app.config 启用网络跟踪以查看发生了什么。
Download and set up a real vnc server properly and test the client code on that. I guess you missed something out in the server configuration so using a prepared server with .NET client will help you diagnose the problem. Also you can try enabling network tracing from app.config to see what was going on.