Windows error 0x80073CFC, -2147009284

Detailed Error Information

NEEDS_REMEDIATION[1]

MessageThe application cannot be started. Try reinstalling the application to fix the problem.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code15612 (0x3cfc)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00003cfc.

Questions

4votes
2answers

Visual Studio 2012 designer crashes after developer license renewal

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
windows-8
visual-studio-2012
windows-store-apps
designer
3votes
1answer

Can't deplopy UWP to local machine. "The required framework CoreRuntime.1.0.appx failed to install"

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
visual-studio
visual-studio-2015
uwp
2votes
1answer

Self-Signed UWP Apps in Windows 10 S

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
uwp
windows-10-universal
1vote
0answers

Windows 10 Metro apps crash on startup or are greyed out

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
windows-10
windows-activation
1vote
5answers

Visual Studio 2012 designer error

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
visual-studio
visual-studio-2012
windows-8
1vote
0answers

Windows 8.1 enterprise side loaded app windows launch contract was blocked with error 0x80073CFC

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
c#
windows-runtime
sideloading
0votes
0answers

Windows 8.1 Most built-in metro apps not working. Event Viewer says that the package state is "License Issue"

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
windows-8.1
modern-ui
windows-to-go
windows-8-apps
0votes
0answers

Unable to start Windows apps (application of unknown origin)

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
windows-8.1
modern-ui
windows-store-app
0votes
1answer

Does creating developer account on Windows Dev Centre during Targeted App Distribution provides with Enterprise Sideload key?

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
windows

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0