加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

c# – “此应用程序只能在应用程序容器的上下文中运行.” – Vis

发布时间:2020-12-15 06:45:20 所属栏目:百科 来源:网络整理
导读:我有点绝望我一直在努力解决以下问题几个小时. 我开发了一个我现在试图通过使用Visual Studio 2015安装向导扩展安装的应用程序.一切都在构建或(没有错误),但是当我打开应用程序时,它突出显示它只能在应用程序容器的上下文中打开.这意味着什么?任何建议将高
我有点绝望我一直在努力解决以下问题几个小时.

我开发了一个我现在试图通过使用Visual Studio 2015安装向导扩展安装的应用程序.一切都在构建或(没有错误),但是当我打开应用程序时,它突出显示它只能在应用程序容器的上下文中打开.这意味着什么?任何建议将高度赞赏!

该应用程序正在使用一个SQlite数据库.这可能与依赖关系有关吗?如果是这样,我该如何解决这个问题?

更新:

# Culture = "en-US"
ConvertFrom-StringData @'
###PSLOC
    PromptYesString = &Yes
    PromptNoString = &No
    BundleFound = Found bundle: {0}
    PackageFound = Found package: {0}
    CertificateFound = Found certificate: {0}
    DependenciesFound = Found dependency package(s):
    GettingDeveloperLicense = Acquiring developer license...
    InstallingCertificate = Installing certificate...
    InstallingPackage = nInstalling app...
    AcquireLicenseSuccessful = A developer license was successfully acquired.
    InstallCertificateSuccessful = The certificate was successfully installed.
    Success = nSuccess: Your app was successfully installed.
    WarningInstallCert = nYou are about to install a digital certificate to your computer's Trusted People certificate store. Doing so carries serious security risk and should only be done if you trust the originator of this digital certificate.nnWhen you are done using this app,you should manually remove the associated digital certificate. Instructions for doing so can be found here: http://go.microsoft.com/fwlink/?LinkId=243053nnAre you sure you wish to continue?nn
    ElevateActions = nBefore installing this app,you need to do the following:
    ElevateActionDevLicense = t- Acquire a developer license
    ElevateActionCertificate = t- Install the signing certificate
    ElevateActionsContinue = Administrator credentials are required to continue.  Please accept the UAC prompt and provide your administrator password if asked.
    ErrorForceElevate = You must provide administrator credentials to proceed.  Please run this script without the -Force parameter or from an elevated PowerShell window.
    ErrorForceDeveloperLicense = Acquiring a developer license requires user interaction.  Please rerun the script without the -Force parameter.
    ErrorLaunchAdminFailed = Error: Could not start a new process as administrator.
    ErrorNoScriptPath = Error: You must launch this script from a file.
    ErrorNoPackageFound = Error: No package or bundle found in the script directory.  Please make sure the package or bundle you want to install is placed in the same directory as this script.
    ErrorManyPackagesFound = Error: More than one package or bundle found in the script directory.  Please make sure only the package or bundle you want to install is placed in the same directory as this script.
    ErrorPackageUnsigned = Error: The package or bundle is not digitally signed or its signature is corrupted.
    ErrorNoCertificateFound = Error: No certificate found in the script directory.  Please make sure the certificate used to sign the package or bundle you are installing is placed in the same directory as this script.
    ErrorManyCertificatesFound = Error: More than one certificate found in the script directory.  Please make sure only the certificate used to sign the package or bundle you are installing is placed in the same directory as this script.
    ErrorBadCertificate = Error: The file "{0}" is not a valid digital certificate.  CertUtil returned with error code {1}.
    ErrorExpiredCertificate = Error: The developer certificate "{0}" has expired. One possible cause is the system clock isn't set to the correct date and time. If the system settings are correct,contact the app owner to re-create a package or bundle with a valid certificate.
    ErrorCertificateMismatch = Error: The certificate does not match the one used to sign the package or bundle.
    ErrorCertIsCA = Error: The certificate can't be a certificate authority.
    ErrorBannedKeyUsage = Error: The certificate can't have the following key usage: {0}.  Key usage must be unspecified or equal to "DigitalSignature".
    ErrorBannedEKU = Error: The certificate can't have the following extended key usage: {0}.  Only the Code Signing and Lifetime Signing EKUs are allowed.
    ErrorNoBasicConstraints = Error: The certificate is missing the basic constraints extension.
    ErrorNoCodeSigningEku = Error: The certificate is missing the extended key usage for Code Signing.
    ErrorInstallCertificateCancelled = Error: Installation of the certificate was cancelled.
    ErrorCertUtilInstallFailed = Error: Could not install the certificate.  CertUtil returned with error code {0}.
    ErrorGetDeveloperLicenseFailed = Error: Could not acquire a developer license. For more information,see http://go.microsoft.com/fwlink/?LinkID=252740.
    ErrorInstallCertificateFailed = Error: Could not install the certificate. Status: {0}. For more information,see http://go.microsoft.com/fwlink/?LinkID=252740.
    ErrorAddPackageFailed = Error: Could not install the app.
    ErrorAddPackageFailedWithCert = Error: Could not install the app.  To ensure security,please consider uninstalling the signing certificate until you can install the app.  Instructions for doing so can be found here:nhttp://go.microsoft.com/fwlink/?LinkId=243053

另一个更新:在PowerShell中将侧装安装脚本作为adiminstrator,现在收到以下错误消息:

包装无法注册. (HRESULT异常:0x80073CF6)
对于Windows 10开发人员Google Googled但并不是很多结果.

解决方法

如果这是一个商店/ UWP应用程序,那么它只能通过appx包安装.通常这应该是通过商店.
不可能安装具有MSI的现代/商店/ UWP应用程序.

如果您不想(或不能)通过商店分发,那么您可以创建一个可以直接安装的包.

在VS中转到:PROJECT>商店>创建应用包…>并选择否以构建商店的包

在将应用程序安装在机器上之前,您需要启用该机器上的开发人员功能:
设置>更新&安全>对于开发者>选择:Sideload应用程序

然后运行使用该包创建的PowerShell脚本进行安装.

您对7天商店提交的评论听起来不正确.一般情况下,一般会在一个小时内提交,只有在特殊情况下才需要一天以上的时间.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读