This app can't open


  1. Posts : 26
    windows 10 ent x64
       #1

    This app can't open


    I could not open Alarm & Clock App at Windows 10 pro x64.

    The message box photo is attatched.

    This app can't open-2018-03-21_app.png
      My Computer


  2. Posts : 4,224
    Windows 10
       #2

    Check out this answers.microsoft.com thread and see if anything there helps, please: Windows 10 apps won't open. You should also check out this TenForums tutorial: Reinstall and Re-register Apps in Windows 10.
    HTH,
    --Ed--
    Last edited by EdTittel; 06 Apr 2018 at 10:00. Reason: Fix URL
      My Computers


  3. Posts : 26
    windows 10 ent x64
    Thread Starter
       #3

    Thanks Ed.

    At "Method 1: Reset Windows Store Cache" step, I got an error.


    This app can't open-2018-04-07_cache.png

    https://answers.microsoft.com/en-us/...llReplies#tabs
      My Computer


  4. Posts : 7,254
    Windows 10 Pro 64-bit
       #4

    You could try the app trouble shooter, see if it picks up anything.
      My Computers


  5. Posts : 4,224
    Windows 10
       #5

    And then, try reinstalling the store and its apps. There's a TenForums tutorial on that: Reinstall and Re-register Apps in Windows 10.
    HTH,
    --Ed--
    Last edited by EdTittel; 09 Apr 2018 at 12:58. Reason: Shorten URL
      My Computers


  6. Posts : 26
    windows 10 ent x64
    Thread Starter
       #6

    Ed, I got tihis message.
    Code:
    PS C:\WINDOWS\system32> Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher version of thispackage is already installed.Windows cannot install package Microsoft.VCLibs.140.00_14.0.24123.0_x64__8wekyb3d8bbwe because it has version 14.0.24123.0. A higherversion 14.0.25426.0 of this package is already installed.NOTE: For additional information, look for [ActivityId] e5877eb2-ce18-0004-53fc-87e518ced301 in the Event Log or use the command lineGet-AppxLog -ActivityID e5877eb2-ce18-0004-53fc-87e518ced301At line:1 char:38+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommandAdd-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher version of thispackage is already installed.Windows cannot install package Microsoft.VCLibs.140.00_14.0.24123.0_x86__8wekyb3d8bbwe because it has version 14.0.24123.0. A higherversion 14.0.25426.0 of this package is already installed.NOTE: For additional information, look for [ActivityId] e5877eb2-ce18-0007-91cc-87e518ced301 in the Event Log or use the command lineGet-AppxLog -ActivityID e5877eb2-ce18-0007-91cc-87e518ced301At line:1 char:38+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommandAdd-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation.Deployment Register operation with target volume C: on Package Microsoft.WindowsCalculator_10.1705.1301.1000_x64__8wekyb3d8bbwe from:(AppXManifest.xml) failed with error 0x80073CF3. See Troubleshooting packaging, deployment, and query of Windows Store apps (Windows) for help diagnosing app deploymentissues.NOTE: For additional information, look for [ActivityId] e5877eb2-ce18-0007-05d3-87e518ced301 in the Event Log or use the command lineGet-AppxLog -ActivityID e5877eb2-ce18-0007-05d3-87e518ced301At line:1 char:38+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommandAdd-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.Windows cannot install package king.com.CandyCrushSodaSaga_1.110.600.0_x86__kgqvnymyfvs32 because the package is currently paused. Thepackage must be Staged in order to proceed.NOTE: For additional information, look for [ActivityId] e5877eb2-ce18-0007-ebd3-87e518ced301 in the Event Log or use the command lineGet-AppxLog -ActivityID e5877eb2-ce18-0007-ebd3-87e518ced301At line:1 char:38+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    This app can't open-2018-04-10_erro.png
      My Computer


  7. Posts : 4,224
    Windows 10
       #7

    OK, then: you've got the store in place and the store apps are at least claiming to be present. Were you able to uninstall the Store and the Store apps to begin with? I'm starting to think that's what you should try again. An older thread here at TenForums explains how to delete those apps in PowerShell: How to uninstall Apps using Powershell Solved - Windows 10 Forums. As Kari points out in thread #2 there, you can remove everything with this single PowerShell command:

    Code:
    Get-AppxPackage -AllUsers | Remove-AppxPackage
    
    That's probably what you should try in an administrative PowerShell session next. But first, make a backup of your system. If something goes south, you'll want to be able to get back where you started with minimum fuss and bother. Once you've actually gotten rid of everything, then you can try installing it again.

    Sorry for your troubles. Somehow, I'd assumed you'd already removed all this stuff. I didn't mean to send you astray.
    HTH,
    --Ed--
      My Computers


  8. Posts : 26
    windows 10 ent x64
    Thread Starter
       #8

    Ed,

    After uninstalling, I reinstalled Apps, but I got this messages.

    I can open "Alarm & Clock", but I could not open "Edge". When I click Edge's icon, something quickly appeared and disappeared.

    Code:
    PS C:\WINDOWS\system32> Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher version of thispackage is already installed.Windows에서 Microsoft.VCLibs.140.00_14.0.24123.0_x64__8wekyb3d8bbwe 패키지를 설치할 수 없습니다. 패키지의 버전이 14.0.24123.0이기때문입니다. 이 패키지의 더 높은 버전(14.0.25426.0)이 이미 설치되었습니다.NOTE: For additional information, look for [ActivityId] 6f2a6552-d148-0000-4185-2a6f48d1d301 in the Event Log or use the command lineGet-AppxLog -ActivityID 6f2a6552-d148-0000-4185-2a6f48d1d301At line:1 char:38+ ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    + CategoryInfo          : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommandAdd-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher version of thispackage is already installed.Windows에서 Microsoft.VCLibs.140.00_14.0.24123.0_x86__8wekyb3d8bbwe 패키지를 설치할 수 없습니다. 패키지의 버전이 14.0.24123.0이기때문입니다. 이 패키지의 더 높은 버전(14.0.25426.0)이 이미 설치되었습니다.NOTE: For additional information, look for [ActivityId] 6f2a6552-d148-0001-8487-2a6f48d1d301 in the Event Log or use the command lineGet-AppxLog -ActivityID 6f2a6552-d148-0001-8487-2a6f48d1d301At line:1 char:38+ ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    + CategoryInfo          : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommandAdd-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist.At line:1 char:38+ ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    + CategoryInfo          : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommandAdd-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation.9E2F88E3.Twitter_5.8.1.1000_x86__wgeqdkkx372wm 패키지가 찾을 수 없는 프레임워크에 종속되므로 Windows에서 이 패키지를 설치할 수없습니다. 설치하려면 이 패키지와 함께 "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"에 의해 게시된"Microsoft.Services.Store.Engagement" 프레임워크(중립 또는 x86 프로세서 아키텍처 및 최소 버전 10.0.1610.0)를 제공하세요. 현재 설치된이름이 "Microsoft.Services.Store.Engagement"인 프레임워크는 {}입니다.NOTE: For additional information, look for [ActivityId] 6f2a6552-d148-0003-ae8d-2a6f48d1d301 in the Event Log or use the command lineGet-AppxLog -ActivityID 6f2a6552-d148-0003-ae8d-2a6f48d1d301At line:1 char:38+ ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    + CategoryInfo          : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommandAdd-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation.Microsoft.People_10.2.2791.1000_x64__8wekyb3d8bbwe 패키지가 찾을 수 없는 프레임워크에 종속되므로 Windows에서 이 패키지를 설치할 수없습니다. 설치하려면 이 패키지와 함께 "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"에 의해 게시된"Microsoft.Services.Store.Engagement" 프레임워크(중립 또는 x64 프로세서 아키텍처 및 최소 버전 10.0.1610.0)를 제공하세요. 현재 설치된이름이 "Microsoft.Services.Store.Engagement"인 프레임워크는 {}입니다.NOTE: For additional information, look for [ActivityId] 6f2a6552-d148-0001-4f92-2a6f48d1d301 in the Event Log or use the command lineGet-AppxLog -ActivityID 6f2a6552-d148-0001-4f92-2a6f48d1d301At line:1 char:38+ ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    + CategoryInfo          : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommandAdd-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation.Microsoft.MicrosoftSolitaireCollection_3.18.12091.0_x64__8wekyb3d8bbwe 패키지가 찾을 수 없는 프레임워크에 종속되므로 Windows에서 이패키지를 설치할 수 없습니다. 설치하려면 이 패키지와 함께 "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington,C=US"에 의해 게시된 "Microsoft.Services.Store.Engagement" 프레임워크(중립 또는 x64 프로세서 아키텍처 및 최소 버전 10.0.1610.0)를제공하세요. 현재 설치된 이름이 "Microsoft.Services.Store.Engagement"인 프레임워크는 {}입니다.NOTE: For additional information, look for [ActivityId] 6f2a6552-d148-0004-408d-2a6f48d1d301 in the Event Log or use the command lineGet-AppxLog -ActivityID 6f2a6552-d148-0004-408d-2a6f48d1d301At line:1 char:38+ ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    + CategoryInfo          : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommandPS C:\WINDOWS\system32>
      My Computer


  9. Posts : 4,224
    Windows 10
       #9

    OK, then: I'm thinking it's time for an upgrade repair install. Try this TF tutorial: Repair Install Windows 10 with an In-place Upgrade. If THAT doesn't work, then you'll have to perform a clean install and rebuild your runtime environment from scratch. So please: cross your fingers that the upgrade repair install does the trick!
    HTH,
    --Ed--
    Last edited by EdTittel; 11 Apr 2018 at 10:49. Reason: Shorten URL
      My Computers


  10. Posts : 26
    windows 10 ent x64
    Thread Starter
       #10

    Thanks Ed,

    I tried first tip, but could not make it. So I will try next step.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:30.
Find Us




Windows 10 Forums