文章詳情頁(yè)
XML解析錯(cuò)誤:未組織好 的解決辦法
瀏覽:1007日期:2022-06-04 11:38:27
主要問(wèn)題:XML文件完整,在liunx系統(tǒng)下可正常顯示,但是windows系統(tǒng)提示出錯(cuò),
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:
復(fù)制代碼 代碼如下:
XML解析錯(cuò)誤:未組織好
位置:http://localhost/Lanxum/dTeam.aspx
行:1,列:2
< %@ page language="C#" masterpagefile="~/MasterPage.master" autoeventwireup="true" inherits="dTeam, App_Web_hkuu-y0n" title="Untitled Page" theme="iAffron" stylesheettheme="iAffron" %> -^
And in IE, error reported as below:
復(fù)制代碼 代碼如下:
無(wú)法顯示 XML 頁(yè)。字符開(kāi)頭。
處理資源 ‘http://localhost/Lanxum/default.aspx" 時(shí)出錯(cuò)。
第 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:
開(kāi)始安裝 ASP.NET 。
…………………………………..
ASP.NET 安裝完畢
Then refresh the page, you will find that the problem is fixed.
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:
復(fù)制代碼 代碼如下:
XML解析錯(cuò)誤:未組織好
位置:http://localhost/Lanxum/dTeam.aspx
行:1,列:2
< %@ page language="C#" masterpagefile="~/MasterPage.master" autoeventwireup="true" inherits="dTeam, App_Web_hkuu-y0n" title="Untitled Page" theme="iAffron" stylesheettheme="iAffron" %> -^
And in IE, error reported as below:
復(fù)制代碼 代碼如下:
無(wú)法顯示 XML 頁(yè)。字符開(kāi)頭。
處理資源 ‘http://localhost/Lanxum/default.aspx" 時(shí)出錯(cuò)。
第 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:
開(kāi)始安裝 ASP.NET 。
…………………………………..
ASP.NET 安裝完畢
Then refresh the page, you will find that the problem is fixed.
標(biāo)簽:
XML/RSS
相關(guān)文章:
1. javascript xml xsl取值及數(shù)據(jù)修改第1/2頁(yè)2. 存儲(chǔ)于xml中需要的HTML轉(zhuǎn)義代碼3. XMLDOM對(duì)象方法:對(duì)象屬性4. 怎樣才能用js生成xmldom對(duì)象,并且在firefox中也實(shí)現(xiàn)xml數(shù)據(jù)島?5. IDEA設(shè)置maven修改settings.xml配置文件無(wú)法加載倉(cāng)庫(kù)的解決方案6. Ajax對(duì)xml信息的接收和處理操作實(shí)例分析7. 讀大數(shù)據(jù)量的XML文件的讀取問(wèn)題8. JS跨瀏覽器解析XML應(yīng)用過(guò)程詳解9. 怎樣打開(kāi)XML文件?xml文件如何打開(kāi)?10. XML 增、刪、改和查示例
排行榜
