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

几经周折,最终发现自己犯了了一个很愚蠢的错误-没有仔细阅读说明。原来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 webdevelopers.

As long as you selected the default options for creating a web project inVisual Studio 2005 ( selected "File System" as the Location: for your website )and want to use the default SQL Server 2005 Express data included with theapplication, you simpy need to press Ctrl-F5 (ie. hold the Ctrl key downwhile 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 tomonitor the build progress output ( select View / Output or CTRL-ALT-O withinVisual Studio 2005 ). When your web browser loads the initial Installationscreen, you must choose the Auto Installation option to successfullycomplete the process.

安装是应这样选择:


那是那句话:遇到问题,先查阅文档。更何况是这么近在眼前的文档。
收藏 打印