“无法连接到远程计算机。” vb.net 中的错误

发布于 2024-12-03 10:49:47 字数 152 浏览 1 评论 0原文

我想使用 vb.net 获取远程系统中的进程,因为我使用了 getProcess() 方法。当我尝试执行代码时,它显示类似“无法连接到远程计算机”的错误。我知道应该有一定的权限来使用它。但我不知道如何设置权限以及所有权限是什么它。如果有人知道请帮助我,

对不起我的英语不好。

I want to get the process in a remote system using vb.net for that i have use getProcess() method. when i am trying to execute the code it is showing an error like "Couldn't connect to remote machine" .i know there should have certain privilege to use this.but i don't know how to set the privileges and what all are it. if any one knows please help me

sorry for my bad english.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

坦然微笑 2024-12-10 10:49:47

博客文章中的信息可能会有所帮助:

以下是我在使用时遇到的常见错误列表
System.Diagnostics.Process 类。我列出了所有有效的解决方案
对我来说。

解决方案 1:打开 MMC(开始/运行/mmc),添加服务管理单元并
输入您尝试连接的机器的名称。这
应该给出失败的确切原因。

解决方案 2:内部异常可以为您提供更多信息。

解决方案 3:您需要服务器权限。

解决方案4:在Windows 7和Vista上常见,启动远程注册表
服务。

The information from this blog post might be helpful:

Here is a list of common errors I had while working with the
System.Diagnostics.Process class. I listed all solutions that worked
for me.

Solution 1: Open MMC (Start/Run/mmc), add the Services snap-in and
enter the name of the machine you are trying to connect to. This
should give the exact reason it’s failing.

Solution 2: The inner exception could give you more information.

Solution 3: You need server permission.

Solution 4: Common on Windows 7 and Vista, start the Remote Registry
service.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文