Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 10 WDK计算机设置错误_Windows_Driver_Provisioning_Wdk - Fatal编程技术网

Windows 10 WDK计算机设置错误

Windows 10 WDK计算机设置错误,windows,driver,provisioning,wdk,Windows,Driver,Provisioning,Wdk,我对驱动程序开发相当陌生,但我目前正在主机和目标计算机上使用最新版本的Visual Studio和Windows 10。我正在尝试为我的目标计算机设置资源调配,以便测试我制作的驱动程序!然而,我有一个问题。。。每次尝试添加目标计算机以设置设置时(驱动程序->测试->配置设备->添加新设备),我都会遇到此错误。我的计算机主机名是正确的(我可以执行“ping PCNAME”操作,并且工作正常)。Visual studio、WDK和Windows 10 SDK都在这两台计算机上运行。我已经完全阅读了微

我对驱动程序开发相当陌生,但我目前正在主机和目标计算机上使用最新版本的Visual Studio和Windows 10。我正在尝试为我的目标计算机设置资源调配,以便测试我制作的驱动程序!然而,我有一个问题。。。每次尝试添加目标计算机以设置设置时(驱动程序->测试->配置设备->添加新设备),我都会遇到此错误。我的计算机主机名是正确的(我可以执行“ping PCNAME”操作,并且工作正常)。Visual studio、WDK和Windows 10 SDK都在这两台计算机上运行。我已经完全阅读了微软关于如何配置计算机的指南()并完成了它所说的一切。我已经完全关闭了防火墙。每次我尝试设置资源调配时都会出现此错误

  Name: Install Driver Test Components
  Path: C:\Users\Ztowne13\AppData\Roaming\Microsoft\WDKTestInfrastructure\InfrastructureTaskGroups\Install Driver Test Components.xml
  Target Computer: New Computer
Install Driver Test Components: Host Computer: DESKTOP-5S0AEBO
Install Driver Test Components: Host Architecture: x86
Install Driver Test Components: Host 64bit Operating System: True
Install Driver Test Components: Host Operating System Version: 10.0.17134.0
Install Driver Test Components: Process Administrator Privilege: False
Progress event: Current: 1, Max: 15, Message: ""
Progress event: Current: 1, Max: 15, Message: "Copying required files"
[19:24:24:121]: Copying required files
[19:24:24:539]: Task "Copying required files" was aborted because an unexpected error occured during execution.

None of the discovered or specified addresses match the socket address family.
Parameter name: context
Progress event: Current: 1, Max: 15, Message: "    Task "Copying required files" was aborted because an unexpected error occured during execution.

None of the discovered or specified addresses match the socket address family.
Parameter name: context"
Task result status updated: Aborted
Result completed
Test process exit code: 0
[19:24:24:543]: None of the discovered or specified addresses match the socket address family.
Parameter name: context
Progress event: Current: 1, Max: 15, Message: "None of the discovered or specified addresses match the socket address family.
Parameter name: context"
Progress event: Current: 1, Max: 15, Message: "Computer configuration log file://C:/Users/Ztowne13/AppData/Roaming/Microsoft/WDKTestInfrastructure/ProvisioningLogs/Driver%20Test%20Computer%20Configuration%2020181129192424070.log"
如果你好奇的话,这个文件就是最后建议的配置日志


我不知道为什么这是不工作,我不能提供我的电脑,任何帮助将不胜感激。。。谢谢大家!

嗯。。。我解决了。我所做的只是在我的目标计算机中键入ipconfig,并将IP(10.0.0.X)放在计算机名称(DESKTOP-TESTPC)的“网络主机名”类别中,尽管微软的文章说要放PC名而不是本地IP。

这是一个相当模糊的网络问题。模糊是好的,当你查询错误信息时,缩小谷歌点击的范围。在我看来,quest.com上的那个最有用。让IT人员参与如果你自己不能解决问题,你可能需要他们来解决根本原因。@HansPassant你能把我链接到你找到的quest.com页面吗?我在谷歌上做了很多搜索,但没有找到任何相关或有用的东西:/