UWP application will not start on the second machine

I launched the UWP application on a laptop with the Visual Studio 2015 Update 3 update. Everything was fine and good, able to run and test it on both my laptop and my phone without any problems.

I added the project to Source Control (private Git server) and pulled out the repo on my home PC. The project opens in VS2015 Update 3 on my PC, and I can develop and build without problems. However, I can not run the application on my computer running Windows 10 Build 15063 (like a laptop). At first I thought it was a temporary certificate, but I tried to create a new one and add one of my work laptop to Source Control. Here is the error:

An unhandled exception of type 'System.UnauthorizedAccessException' occurred in MyUwpApp.exe

Additional information: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

Stack trace:

   at Windows.UI.Xaml.Application.Start(ApplicationInitializationCallback callback)
   at MyUwpApp.Program.Main(String[] args)

He doesn't even get into the OnLaunched event on App.xaml.cs.

, . , .

, , ( LOT, )

Edit

, , BitLocker. ?

2

UWP, , , , .

+4
2

, , (Comodo) , , - AV.

.

+1

. : bin\debug.

, VS bin\debug\appx.

VS. enter image description here

+1

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


All Articles