Windows Phone 8 application does not run on emulator when running git

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.

+4
source share
5

. . IC%202014 IC 2014, . , .

+2

, , , , " " - . .

+4

Windows Phone SDK 8.0 Update 3 "Emulator 8.0 Update 3 WVGA 512MB" . , 3 - .

+1

, OP , , -.

Visual Studio (2012 + 2013) . VS2013 , VS2012 "Parameter is incorrect".

, , - , .

EDIT:

, 2012 , 2013 , Visual Studio 2013 :

>The application is already installed on the device. Checking if an incremental deployment is possible...
>Doing incremental deployment...
>Updating information related to modified files...
>Deployment of C:\projects\Win8\MyApp\bin\ARM\MyApp-Debug\MyApp-Debug_ARM.xap succeeded.

:

Visual Studio 2013 Error Message

, (Run) , .

0

, .appx . , .

0

Source: https://habr.com/ru/post/1525094/


All Articles