Windows error 0x80270254, -2144927148

Detailed Error Information

E_APPLICATION_NOT_REGISTERED[1]

MessageThis app does not support the contract specified or is not installed.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode39 (0x027)
NameFACILITY_SHELL[2][1]
DescriptionThe source of the error code is the user Shell.[2][1]
Error Code596 (0x0254)

Questions

5votes
3answers

HRESULT: 0x80270254 in Windows Phone Programming

I am having trouble win visual studio 2013. Whenever I create new project for windows phone 8.1 application, the MainPage.xaml works fine until I restart or shutdown my laptop . But when I turn on my laptop and try to open that existing project the MainPage.xaml does not load. It [...] read more
c#
visual-studio-2013
windows-phone-8.1
3votes
2answers

"This app does not support the contract specified or is not installed" error in Visual Studio designer

I have an issue developing my app on a VM provided by the project owner which is running Windows Server 2016. The problem I'm facing is when developing a WinRT application in Visual Studio 2015 and when working with XAML files - Visual Studio fails to open the visual editor [...] read more
visual-studio-2015
windows-server-2016
windows-rt
3votes
1answer

Windows 10 assigned access app fails to start due to not registered for Windows.Launch contract

I have a WPF application, which I have converted to a UWP application using the DesktopAppConverter for the purposes of running it in Assigned Access mode - the converted app works when run in non-assigned access mode - can be installed and functions properly. However, when I set it up [...] read more
c#
wpf
uwp
kiosk

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