msgbartop
Somethings you can’t control,just go ahead
msgbarbottom

18 Jul 07 升级BlogEngine.NET 1.1出现的问题

下载BlogEngine.NET 1.1(Source)解压缩,然后将IIS主目录改为X:\BlogEngine.NET 1.1\BlogEngine.NET
运行出现如下错误:

“/”应用程序中的服务器错误。

编译错误

说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。

编译器错误信息: CS0246: 找不到类型或命名空间名称“BlogEngine”(是否缺少 using 指令或程序集引用?)

源错误:

行 6:  using System.Text;行 7:  using System.Collections.Generic;行 8:  using BlogEngine.Core;行 9:  行 10: #endregion

源文件: d:\BlogEngine.NET\BlogEngine.NET\App_Code\Controls\SearchOnSearch.cs    行: 8

重新下载BlogEngine.NET 1.1 (web project),然后更改IIS主目录,可以正常运行,具体原因不解。
继续研究。

Tags:



Leave a Comment