Registration of app failed because the files are on a network share. Copy the files to the local computer before registering the package

后端 未结 2 1470
旧时难觅i
旧时难觅i 2021-02-08 03:16

I am using these examples to build a Windows 8 app:

http://code.msdn.microsoft.com/windowsapps/Getting-started-with-C-and-41e15af5

(note: that link is stale, t

相关标签:
2条回答
  • 2021-02-08 03:38

    I am using Parallels with a Windows 10 image and VS Community 2013. I solved the problem with the solution proposed by @tempy above: choosing remote host in the launch configuration and writing localhost in the following screen, when it asks for the machine name. I am able to run, debug, set breakpoints, as usual

    For Visual Studio 2015:

    • Right-click the project
    • Select Properties
    • Select the Debug settings
    • Under Start options
      • Set Target Device to "Remote Machine"
      • Set Remote machine to "localhost"
    0 讨论(0)
  • 2021-02-08 03:42

    I copied the files to C:\inpetpub\wwwroot and ran them from there. You cannot run the projects from pdf. VS 2012 cannot run files on a network share. I guess Paralells gets Mac files on a type of network share.

    0 讨论(0)
提交回复
热议问题