Unable to install GitHub for Windows

前端 未结 7 1490
半阙折子戏
半阙折子戏 2021-02-04 10:05

I\'m trying to install github for windows when I received this error:

Application cannot be started. Contact the application vendor.

The error

7条回答
  •  一生所求
    2021-02-04 10:33

    I had this issue today on Windows 10 so the issue is still there. The solution provided by @JoeC above solved my issue. The error I received was:

    PLATFORM VERSION INFO
        Windows             : 10.0.10586.0 (Win32NT)
        Common Language Runtime     : 4.0.30319.42000
        System.Deployment.dll       : 4.6.1038.0 built by: NETFXREL2
        clr.dll             : 4.6.1063.1 built by: NETFXREL3STAGE
        dfdll.dll           : 4.6.1038.0 built by: NETFXREL2
        dfshim.dll          : 10.0.10586.0 (th2_release.151029-1700)
    
    SOURCES
        Deployment url          : http://github-windows.s3.amazonaws.com/GitHub.application
    
    ERROR SUMMARY
        Below is a summary of the errors, details of these errors are listed later in the log.
        * Activation of http://github-windows.s3.amazonaws.com/GitHub.application resulted in exception. Following failure messages were detected:
            + The referenced assembly is not installed on your system. (Exception from HRESULT: 0x800736B3)
    
    COMPONENT STORE TRANSACTION FAILURE SUMMARY
        No transaction error was detected.
    
    WARNINGS
        There were no warnings during this operation.
    
    OPERATION PROGRESS STATUS
        * [2016-02-01 06:29:55] : Activation of http://github-windows.s3.amazonaws.com/GitHub.application has started.
    
    ERROR DETAILS
        Following errors were detected during this operation.
        * [2016-02-01 06:29:56] System.Runtime.InteropServices.COMException
            - The referenced assembly is not installed on your system. (Exception from HRESULT: 0x800736B3)
            - Source: System.Deployment
            - Stack trace:
                at System.Deployment.Internal.Isolation.IStore.GetAssemblyInformation(UInt32 Flags, IDefinitionIdentity DefinitionIdentity, Guid& riid)
                at System.Deployment.Internal.Isolation.Store.GetAssemblyManifest(UInt32 Flags, IDefinitionIdentity DefinitionIdentity)
                at System.Deployment.Application.ComponentStore.GetAssemblyManifest(DefinitionIdentity asmId)
                at System.Deployment.Application.ComponentStore.GetSubscriptionStateInternal(DefinitionIdentity subId)
                at System.Deployment.Application.SubscriptionStore.GetSubscriptionStateInternal(SubscriptionState subState)
                at System.Deployment.Application.SubscriptionStore.CheckAndReferenceApplication(SubscriptionState subState, DefinitionAppId appId, Int64 transactionId)
                at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
                at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)
                at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
                at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    
    COMPONENT STORE TRANSACTION DETAILS
        No transaction information is available.
    

提交回复
热议问题