It has happened to be me twice. As soon as my developer license expires and it prompts me to renew it, my visual studio designer starts to crash and i get following exception when i try to load any xmal: System.Runtime.InteropServices.COMException The application cannot be started. Try reinstalling the application [...] read more
The full error message is > DEP0800 : The required framework "C:\Program Files (x86)\Microsoft > SDKs\Windows > Kits\10\ExtensionSDKs\Microsoft.NET.CoreRuntime\1.0.\AppX\x86\Microsoft.NET.CoreRuntime.1.0.appx" > failed to install. Deployment Add operation with target volume C: on Package > Microsoft.NET.CoreRuntime.1.0_1.0.23819.0_x86__8wekyb3d8bbwe > from:(Microsoft.NET.CoreRuntime.1.0.appx) failed with error 0x80073CFC. See > http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app > deployment issues. In [...] read more
I've got a UWP developed that runs just fine on Windows 10 for desktops and phones. Because the app isn't in the Windows Store, I've got it configured to be self-signed, and that seems to work just fine. However, we now need to support Windows 10 S. I can install [...] read more
A bit of background info: I have installed Windows 10 about 5 times. The first 4 it would only work until the first reboot because during the setup phase it would automatically install a faulty driver and on the first available restart it would break. However all metro apps worked [...] read more
I am in the middle of Windows Store app development. Suddenly an exception occurred when I open XAML file "System.Runtime.InteropServices.COMException. The application cannot be started. Try reinstalling the application to fix the problem. (Exception from HRESULT: 0x80073CFC)" What I tried so far: 1. Restart PC 2. Reinstall Visual Studio 2012 [...] read more
I have a store app that is side loaded in windows 8.1 enterprise device, that device is a. 1. Domain joined. 2. “Allow all trusted apps to install” policy setting is enabled. 3. App is signed by a Thawte certificate which is by default a trusted root certificate. Installation of [...] read more
I'm running Windows 8.1 and most of the metro apps that came preinstalled aren't working. I don't know why it's doing it. In case you're want some information on the computer, the secondary hard drive is a Toshiba DT01ACA100 Internal HDD with 1 terabyte of storage. The OS is stored [...] read more
Opening any app on Windows 8.1 Enterprise will give me the following error: > This app can't open > > There's a problem with [App]. Contact your system administrator about > repairing or reinstalling it. In the Microsoft-Windows-TWinUI/Operational event log there's a corresponding log message: > Activation of the app [...] read more
We have implemented a Windows 8 app. We tested the app by sideloading on both Windows 8.1 Pro and Enterprise. The app is working as expected when both the machines are connected to the domain. If both the machines are out of the domain, the app does not work and [...] read more