I'm using Windows 10 (10.0.14393) with enabled developer mode. I have latest update of Visual Studio 2015. What I'm doing (note this is blank project with Windows IoT Extension for the UWP ver. 10.0.14393.0): 1. Start remote debugger at RPi and setup VS at address (without Authentication mode) 2. Start [...] read more
I submitted a private windows app to Microsoft Store. The app is c# framework 4.7.2 with Entity Framework, XAF and makes use of the Desktop Bridge. When I try to install the app I get the above error code. I have been able to install previous versions of the app. read more
I have developed a UWP app in C# which runs fine when debugging. I want to prevent users from being able to close it, so want to use kiosk mode. Every time I try to set this app to run in kiosk mode through control panel I get the error [...] read more
I've just completed an update for an lob-app, but when I try to deploy it as an update I get the error ERROR_PACKAGE_ALREADY_EXISTS (0x80073CFB). When I searched for this error I found the following error details: > The provided package is already installed, and reinstallation of the package > is [...] read more
Is there an easier way than unzipping the appx file and inspecting files for the given scenario to obtain the full package name of an appx file? I install a specific appx file on a machine with Add-AppxPackage c:\my_data\Microsoft.NET.CoreRuntime.2.2.appx -ForceUpdateFromAnyVersion On second run I get the expected error (copied from [...] read more
My KIOSK application is not even launching in KIOSK mode. Throwing the following error message with error code. "We weren't able to start your app. Press CTRL+ALT+DELETE to sign out or contact your system admin. For more info, search online for error code: 0X80073cfb. Thanks, Balasubramanian S read more
I'm doing an UWP app sur Visual studio 2019. I have two accounts on my computer (administrator and user domain) so using tortoise git i recover my projet on my administrator session, because in my administrator session i have my database working fine! the problem is that i have everything [...] read more
I'm starting developing with VS Comunity 2015 and when I try to deploy my Cordova App on my windows phone 8.1 I get this error: > Error : DEP0001 : Unexpected Error: The provided package is already installed, > and reinstallation of the package was blocked. Check the AppXDeployment-Server > [...] read more