zoukankan      html  css  js  c++  java
  • Cannot import the keyfile 'blah.pfx'

    Cannot import the keyfile 'blah.pfx' - error 'The keyfile may be password protected'

    I reselected the Key(pfx) file in the "Choose a Strong Name Key File" drop-down box, Then provided password in the "ENTER PASSWORD" Popup Window. Saved my project and did rebuild.build succeeded.

    • Open Project Properties.
    • Click on the Signing section.
    • Where it says ‘Choose a strong name key file:’, reselect the current value from the drop-down box:

     Visual Studio will now prompt you for the password. Enter it.

    • Save your project and do a rebuild.

    • If get error message:”An attempt was made to reference a token that does not exist” just ignore it and Continue the below steps

    • Click the ‘Change Password” button:

    • Enter the original password in all three boxes and click OK. If you’d like to change your password (or if your old password doesn’t meet complexity requirements), you can do so now.

    • Save your project and do a rebuild.

    More Info..

    C:workspaceCompanyKenticoSourceKentico12Instructions.txt

    Solution files:
    -----------------------------------------------

    CMSSolution.sln
    - The main solution containing all source projects of the Kentico web application.
    - Can be used for deployments to standard web servers and Azure Web Apps.


    CMSAzure.sln
    - Source code solution with projects suitable for deployments to Azure Cloud Services.
    - Requires Azure SDK and Microsoft Azure Tools for Visual Studio.
    - If using MSBuild to build projects (*.ccproj or *.csproj) from the command line, you need to include the "/p:CMSAzureBuild=true" switch.


    Using the Kentico source code as a new web project:
    -----------------------------------------------

    1. Start Visual Studio 2017 or newer.
    2. Click File -> Open Project and select the CMSSolution.sln or CMSAzure.sln file in the source code folder.
    3. Search for any signed project in the Solution Explorer (for example the "Activities" project).
    4. Right-click the project and select Properties.
    5. Switch to the project's Signing tab.
    6. In the key file selector, choose the <Browse> option and reselect the CMS.pfx file in the given project folder.
    7. Enter the following password: 密码
    8. Save the project.
    9. Rebuild the solution.
    10. Create an IIS application for the web project:
    a. Open Internet Information Services (IIS) Manager.
    b. Add a new application under your IIS web site and map the Physical path to the CMS folder in the source code directory.
    c. Create a new application pool for the application (or use an existing application pool).
    11. Open the application in a browser and install a new Kentico database.

  • 相关阅读:
    图解MySQL | [原理解析] MySQL使用固定的server_id导致数据丢失【转】
    故障分析 | 记一次 MySQL 主从双写导致的数据丢失问题【转】
    MySQL8.0之XtraBackup【转】
    使用pt-table-checksum校验MySQL主从复制【转】
    MySQL基于 GTID 的多源复制【转】
    pyenv虚拟环境管理python多版本和软件库【转】
    MySQL SQL编写笔记
    linux安装oracle客户端【转】
    spring-cloud-gateway获取post请求body参数以及响应数据
    spring-webflux中Flux<DataBuffer> 转String
  • 原文地址:https://www.cnblogs.com/chucklu/p/15179275.html
Copyright © 2011-2022 走看看