
93910
-
个人空间
- 组别:管理员
- 积分:51
- 帖子:51
- 注册:
2008-04-18
|
武林巷网站近几天经常出现如下错误,技术们进来看看是什么引起的!
“/”应用程序中的服务器错误。 出现意外的文件结尾。以下元素未封闭: GeneralConfigInfo. 行 156,位置 22。 说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Xml.XmlException: 出现意外的文件结尾。以下元素未封闭: GeneralConfigInfo. 行 156,位置 22。
源错误:
| 执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。 |
堆栈跟踪:
| [XmlException: 出现意外的文件结尾。以下元素未封闭: GeneralConfigInfo. 行 156,位置 22。] System.Xml.XmlTextReaderImpl.Throw(Exception e) +90 System.Xml.XmlTextReaderImpl.Throw(String res, String arg) +127 System.Xml.XmlTextReaderImpl.ThrowUnclosedElements() +296 System.Xml.XmlTextReaderImpl.ParseAttributes() +1038 System.Xml.XmlTextReaderImpl.ParseElement() +545 System.Xml.XmlTextReaderImpl.ParseElementContent() +461 System.Xml.XmlTextReaderImpl.Read() +29 System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) +557 System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +50 System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +162 System.Xml.XmlDocument.Load(XmlReader reader) +96 System.Xml.XmlDocument.Load(String filename) +160 Discuz.Config.GeneralConfigFileManager.ReviseConfig() in E:\BBS\dnt2_n2_src0218\Source Code\Discuz.Config\GeneralConfigFileManager.cs:54 Discuz.Config.GeneralConfigFileManager..cctor() in E:\BBS\dnt2_n2_src0218\Source Code\Discuz.Config\GeneralConfigFileManager.cs:42[TypeInitializationException: “Discuz.Config.GeneralConfigFileManager”的类型初始值设定项引发异常。] Discuz.Config.GeneralConfigFileManager.LoadConfig() in E:\BBS\dnt2_n2_src0218\Source Code\Discuz.Config\GeneralConfigFileManager.cs:155 Discuz.Config.GeneralConfigs..cctor() in E:\BBS\dnt2_n2_src0218\Source Code\Discuz.Config\GeneralConfigs.cs:26[TypeInitializationException: “Discuz.Config.GeneralConfigs”的类型初始值设定项引发异常。] Discuz.Forum.HttpModule.ReUrl_BeginRequest(Object sender, EventArgs e) in E:\BBS\dnt2_n2_src0218\Source Code\Discuz.Forum\HttpModule.cs:71 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 |
版本信息: Microsoft .NET Framework 版本:2.0.50727.1433; ASP.NET 版本:2.0.50727.1433
|