代码之家  ›  专栏  ›  技术社区  ›  Kirsten

项目“AppUIBasics”需要先部署,然后才能启动

uwp
  •  0
  • Kirsten  · 技术社区  · 6 年前

    我克隆了 https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/XamlUIBasics

    警告是

    0xdef00520 - Invalid qualifier: SCALE-100-WHITE 
    

    当我尝试运行它时,我得到一个错误,指出需要部署项目。

    The project needs to be deployed

    我还在错误列表中看到以下错误

    Error DEP0001: Unexpected Error: SmartDeviceException - 
    The IP over USB Transport service (IpOverUsbSvc) is not available. 
    Retry after installing the IP over USB Transport service
    (Windows IP Over USB) through the Windows SDK installer. [0x80131500]   AppUIBasics         
    

    references

    我尝试从Build菜单进入configurationmanager,并将Deploy设置为unchecked。

    deploy is not checked

    1 回复  |  直到 6 年前
        1
  •  0
  •   Kirsten    6 年前

    我可以通过在工具栏中选择x86和本地机器来运行它。 as shown