• 使用DotNetNuke(DNN) Startkit 4.7(及以上版本)安装无法完成问题的解决方法


    最近决定使用DNN Startkit 做些开发,却发现下载DNN 4.8.2 Startkit安装后,生成的网站总是无法完成安装,一到数据库安装那里就停下来,只有进度条滚动,不执行安装的Script。
    如图:
    在数据库安装是停止不前

    几经周折,最终发现自己犯了了一个很愚蠢的错误-没有仔细阅读说明。原来Startkit生成网站的安装在开始时要选择“Auto"安装类型才可以。再一次引用Startkit生成网站后给出的帮助提示:

    Quick Installation

    In order to make your experience with DotNetNuke as productive as possible, we have optimized the number of installation steps required for web developers.

    As long as you selected the default options for creating a web project in Visual Studio 2005 ( selected "File System" as the Location: for your website ) and want to use the default SQL Server 2005 Express database included with the application, you simpy need to press Ctrl-F5 (ie. hold the Ctrl key down while clicking on the F5 function key) in order to complete your installation. The application may take a few minutes to build and you may find it useful to monitor the build progress output ( select View / Output or CTRL-ALT-O within Visual Studio 2005 ). When your web browser loads the initial Installation screen, you must choose the Auto Installation option to successfully complete the process.

    安装是应这样选择:


    那是那句话:遇到问题,先查阅文档。更何况是这么近在眼前的文档。
  • 相关阅读:
    Oracle的序列、视图、索引和表空间
    MySQL存储过程
    MySQL触发器
    MySQL索引和视图
    完整性约束
    Mybatis的核心对象及运行流程
    Mybatis中配置连接池
    IDEA中创建Maven工程整合Mybatis
    Idea中创建JavaWeb工程
    实现整数集合的并、交、差运算
  • 原文地址:https://www.cnblogs.com/DotNetNuke/p/1126219.html
Copyright © 2020-2023  润新知