文章詳情頁(yè)
XML解析錯(cuò)誤:未組織好 的解決辦法
瀏覽:1343日期:2022-06-04 11:38:27
主要問題: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è)。字符開頭。
處理資源 ‘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:
開始安裝 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è)。字符開頭。
處理資源 ‘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:
開始安裝 ASP.NET 。
…………………………………..
ASP.NET 安裝完畢
Then refresh the page, you will find that the problem is fixed.
標(biāo)簽:
XML/RSS
相關(guān)文章:
1. 存儲(chǔ)于xml中需要的HTML轉(zhuǎn)義代碼2. asp讀取xml文件和記數(shù)3. 如何使用Spring自定義Xml標(biāo)簽4. 詳解idea中web.xml默認(rèn)版本問題解決5. Python批量將csv文件轉(zhuǎn)化成xml文件的實(shí)例6. 基于android studio的layout的xml文件的創(chuàng)建方式7. Spring如何使用xml創(chuàng)建bean對(duì)象8. 用PHP讀取和編寫XML DOM9. XML相關(guān)技術(shù)資料10. python 網(wǎng)頁(yè)解析器掌握第三方 lxml 擴(kuò)展庫(kù)與 xpath 的使用方法
排行榜

網(wǎng)公網(wǎng)安備