I have a problem with the Windows Phone 8 emulator. When my project is running git, I cannot run it on the emulator. After starting Emulator WVGA 512 MB in Visual Studio 2013, the emulator turns on, but VS shows me an error:
There were deployment errors. Continue?
In the output window:
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 ==========
When I move the solution folder outside of the git repository, it works fine without any errors. This solution is created from the standard VS template. I did not make any changes to the files.
What is the reason for this strange behavior? How can i fix this?
Thank you in advance for your help.
source
share