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.

  • 相关阅读:
    iOS多线程编程之NSThread的使用
    在 VS 2013/2015 中禁用 nuget 包的源代码管理
    【转】辽宁北斗TV直播源
    Xamarin Crack
    在VisualStudio 编辑器文本替换中使用正则表达式
    Camtasia 录屏说明
    简化MSI在WIN10的安装
    在WPF中使用变通方法实现枚举类型的XAML绑定
    XAML UserControl的继承
    ArcGIS 10.1 BUG记录
  • 原文地址:https://www.cnblogs.com/chucklu/p/15179275.html
Copyright © 2011-2022 走看看