未组织好 - XML解析错误解决办法
作者:bea
主要问题:XML文件完整,在liunx系统下可正常显示,但是windows系统提示出错。 I use iis to develope a new .net website. I promise the code is right, but most pages running in Firefox 2.0 reported this error: XML解析错误:未组织好 位置:http://localhost/Lanxum/dTeam.aspx
主要问题:XML文件完整,在liunx系统下可正常显示,但是windows系统提示出错。 I use iis to develope a new .net website. I promise the code is right, but most pages running in Firefox 2.0 reported this error:
XML解析错误:未组织好
位置:http://localhost/Lanxum/dTeam.aspx
行:1,列:2
-^
And in IE, error reported as below:
无法显示 XML 页。字符开头。
处理资源 ‘http://localhost/Lanxum/default.aspx' 时出错。
第 1 行,位置: 2
The reason is that I install visual studio first(together with .net framework 2.0) and then install IIS. It made .net FK didn't register in IIS. Just run this command with DOS:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Once if you have install .net FK and IIS correctly, this sentence will follow:
开始安装 ASP.NET 。
…………………………………..
ASP.NET 安装完毕
Then refresh the page, you will find that the problem is fixed. 有用 | 无用
XML解析错误:未组织好
位置:http://localhost/Lanxum/dTeam.aspx
行:1,列:2
-^
And in IE, error reported as below:
无法显示 XML 页。字符开头。
处理资源 ‘http://localhost/Lanxum/default.aspx' 时出错。
第 1 行,位置: 2
The reason is that I install visual studio first(together with .net framework 2.0) and then install IIS. It made .net FK didn't register in IIS. Just run this command with DOS:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Once if you have install .net FK and IIS correctly, this sentence will follow:
开始安装 ASP.NET 。
…………………………………..
ASP.NET 安装完毕
Then refresh the page, you will find that the problem is fixed. 有用 | 无用
猜你喜欢
您可能感兴趣的文章:
- 实例:Java获取指定日期的前后天
- Java DTD dom解析受XML的约束
- 实例:Java遍历文件夹
- Java路径分类和使用注意要点
- 浅谈J2EE框架设计技术
- 代码生成工具在Java开发中的作用
- Java编程如何节省内存效率高
- 何时被创建Java对象实例
- 怎样确保无线J2ME的安全
- this关键字在Java中怎么用
- Java中栈内存和堆内存入门
- 实例讲解Java对象初始化
- Java web开发中常遇的一些概念
- J2EE学习中一些值得研究的开源项目
- Java垃圾回收算法与内存泄露
- 异常处理机制在Java中的优缺点
- java入门学习之如何快速学习Java
- Java入门学习之选择开发的工具
- 转义字符 - XML中的非法字符