weixin_37723797 2017-03-02 03:12 采纳率: 0%
浏览 2150
已结题

VS2013+WDK8.1+VMWare虚拟机Win7,搭建驱动开发平台,一直不成功,请大神帮帮忙啊

VS2013 + WDK8.1 加上虚拟机Windows 7,通过pipe com 1来连接,一直提示如下错误:
System.UnauthorizedAccessException: Access to the path is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Pipes.NamedPipeClientStream.Connect(Int32 timeout)
at System.IO.Pipes.NamedPipeClientStream.Connect()
at Microsoft.DriverKit.DriverTestServices.WaitForRemoteExecute(String computerName)
at Microsoft.DriverKit.DriverTestServices.RemoteExecute(String computerName, RemoteExecuteCommand& remoteCommand)
at Microsoft.DriverKit.DriverTestResult.ResultRun()

 copy DriverTesting这个文件夹已经成功,管道应该是通了的,但是在各个文件安装上应该有权限问题,但是我按照提示的错误log,在目标虚拟机上,一个一个进行安装,从新连接,还是会提示同样的错误。
 [17:40:34:126]: Install Driver Test Components summary:

[17:40:34:126]: Installing .NET Framework (possible reboot): Fail
[17:40:34:126]: Installing VC Redist (x86): Fail
[17:40:34:126]: Installing test automation (x86): Fail
[17:40:34:126]: Installing debuggers (x86): Fail
Initialize: Computer:
[17:40:34:126]: Installing driver test framework: Fail
[17:40:34:126]: Registering logging components: Fail
[17:40:34:126]: Configure debugger settings (x86) (possible reboot): Fail
[17:40:34:126]: Configure computer settings (x86) (possible reboot): Fail
[17:40:34:126]: Creating system restore point: Fail
Result Group Completed: Fail

  • 写回答

1条回答 默认 最新

  • threenewbee 2017-03-02 23:58
    关注
    评论

报告相同问题?

悬赏问题

  • ¥35 平滑拟合曲线该如何生成
  • ¥100 c语言,请帮蒟蒻写一个题的范例作参考
  • ¥15 名为“Product”的列已属于此 DataTable
  • ¥15 安卓adb backup备份应用数据失败
  • ¥15 eclipse运行项目时遇到的问题
  • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
  • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
  • ¥15 自己瞎改改,结果现在又运行不了了
  • ¥15 链式存储应该如何解决
  • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站