文章詳情頁
XML解析錯誤:未組織好 的解決辦法
瀏覽:975日期:2022-06-04 11:38:27
主要問題: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
< %@ 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:
復制代碼 代碼如下:
無法顯示 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.
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
< %@ 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:
復制代碼 代碼如下:
無法顯示 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/RSS
相關文章:
1. 關于Spring自定義XML schema 擴展的問題(Spring面試高頻題)2. php與XML、XSLT、Mysql的結合運用,代碼篇3. 怎樣才能用js生成xmldom對象,并且在firefox中也實現xml數據島?4. 氣象 XML 數據源應用程序開發指南-操作檢查列表5. powerbuilder(pb)中 xml的應用一例6. 氣象 XML 數據源應用程序開發指南-簡介7. XML 輕松學習手冊(比較不錯)第1/3頁8. XML、DataSet、DataGrid結合一9. Python根據指定文件生成XML的方法10. python 網頁解析器掌握第三方 lxml 擴展庫與 xpath 的使用方法
排行榜
