【发布时间】:2014-02-03 17:49:22
【问题描述】:
我在使用 Windows Phone 8 模拟器时遇到了问题。当我的项目在 git 控制下时,我无法在模拟器上运行它。当我在 Visual Studio 2013 中运行 Emulator WVGA 512 MB 后,模拟器打开但 VS 显示错误:
There were deployment errors. Continue?
在输出窗口中:
1>------ Deploy started: Project: DataBoundApp1, Configuration: Debug Any CPU ------
1>Deploying C:\Users\Martin\Source\Repos\IC%202014\DataBoundApp1\DataBoundApp1\Bin\Debug\DataBoundApp1_Debug_AnyCPU.xap...
1>Connecting to Emulator WVGA 512MB...
1>Installing the application...
1>Deployment of application to device failed.
1>The parameter is incorrect.
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
当我将解决方案文件夹移到 git 存储库之外时,它可以正常工作,没有任何错误。它是从标准 VS 模板创建的解决方案。我没有对文件进行任何更改。
这种奇怪行为的原因是什么?我该如何解决?
提前感谢您的帮助。
【问题讨论】:
标签: .net git visual-studio windows-phone-8 visual-studio-2013