I started a new Solution to try the Universal Apps. To test my code I want to add a unit test project (windows phone 8.1), but if I do so I get this error message when I start a unit test: > Error : DEP0700 : Registration of the app [...] read more
I have a developer unlocked Lumia 635 just yesterday updated to Windows 10 Mobile Technical Preview (OS version: 10.0.12562.84). After creating "Blank App (Windows Universal)" targeting Windows Phone 10 in Visual Studio 2015 RC and tried to deploy it to the device (and have changed configuration to ARM for that [...] read more
I'm trying to make a new version of my apps to target w10 with Visual Studio 2015 community on a surface pro (v1). I installer w10 with the update and Visual studio 2015 community final version. I create a new project (or download a sample, same result), i try to [...] read more
I am using the following command in PowerShell to install Truffle's Ganache on my Windows 10 machine: Add-AppxPackage -Path "C:\Users\mabel\Downloads\Ganache.appx" Whenever I run that command I get the following error: Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFD, A Prerequisite for an install could not be satisfied. Deployment Add operation with [...] read more
I have successfully converted my WPF based .net applications to UWP using Project Centennial. When i upload that project to Hololens Emulator using Emulator portal i get the following error. My UWP app is compiled for x86 and the emulator version is 10.0.14393.0 Failure reason: Failed to start deployment. Failure [...] read more
I have installed Windows 8 OS RP version and visual Studio 2012 beta version. But i'm getting the following error when deploying the package. Error: > Windows cannot install package xxxxx, because this package requires a higher > Windows version. The package requested Windows version 6.2 with AppModel > version [...] read more
I am using Windows 8 Release Preview 64 bit Operating system for my Visual Studio Express edition 2012 for Windows Store Development. But the XAML design page is not working. It is getting Error is System.Exception Package failed updates, dependency or conflict validation. (Exception from HRESULT: 0x80073CF3) The alert box [...] read more
I am using Windows 10 on my company Laptop. I do have the privileges to install the Windows Subsystem for Linux on my System and I successfully did so. However, the currently available Linux Distros for WSL all require the most recent Windows version, 1709, which I do not have [...] read more
I have an internal WPF application to be installed in client's PC. Usually I start with the installation of these three dependency files Microsoft.NET.CoreFramework.Debug.2.2.appx Microsoft.NET.CoreRuntime.2.2.appx Microsoft.VCLibs.x64.Debug.14.00.appx Then, I need to install the appxbundle file to complete the installation. But this client's PC don't have app installer and I was told [...] read more
I converted the notepad++ exe to an MSIX file using the tool. I wanted to install notepad++ on a windows 7 machine using the msix that I created.I installed MSIX core on my windows 7 machine. But I get the error "0x80073cfd - A Prerequisite for an install could not [...] read more
I created a Xamarin UWP app, which was successfully installed in my Windows laptop using App Installer. Now, I am trying to install it into a windows tab, which has Windows 10 Home Edition. enter image description here [https://i.stack.imgur.com/bVgqF.jpg] Edit : My aim is to run .appxbundle app on Windows [...] read more
I am trying to install an UWP (APPX) application on a Hololens emulator but I get this error: > Failure reason: Failed to start deployment. Failure text: A Prerequisite for > an install could not be satisfied. (0x80073cfd) The APPX has been converted by using Desktop App Converter. I can [...] read more
WHILE DEPLOYING aPP IN VISUAL STUDIO 2012 EXPRESS.I AM GETTING THE FOLLOWING ERROR: Error 1 Error : DEP0700 : Registration of the app failed. Windows cannot install package 2a787e3d-dd2e-476a-a012-a7ab38019030 because this package requires a higher Windows version. The package requested Windows version 6.2 with AppModel version 1, while the current [...] read more