zoukankan      html  css  js  c++  java
  • 使用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.

    安装是应这样选择:


    那是那句话:遇到问题,先查阅文档。更何况是这么近在眼前的文档。
  • 相关阅读:
    数据库必知知识
    Shiro+easyUI+SpringMVC实现登录认证
    Java设计模式总结
    MyBatis之分页插件(PageHelper)工作原理
    Redis应用之[限制访问频率]
    Oracle最新的Sql笔试题及答案
    Shiro源码分析之SecurityManager对象获取
    Spring之BeanFactory和FactoryBean接口的区别
    Spring中使用的设计模式
    Spring之事件监听(观察者模型)
  • 原文地址:https://www.cnblogs.com/DotNetNuke/p/1126219.html
Copyright © 2011-2022 走看看