您的位置:首页 > 其它

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

2008-03-27 23:07 1266 查看
最近决定使用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.

安装是应这样选择:



那是那句话:遇到问题,先查阅文档。更何况是这么近在眼前的文档。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐