雷火电竞-中国电竞赛事及体育赛事平台

歡迎來(lái)到入門教程網(wǎng)!

XML/RSS

當(dāng)前位置:主頁(yè) > 網(wǎng)絡(luò)編程 > XML/RSS >

XML解析錯(cuò)誤:未組織好 的解決辦法

來(lái)源:本站原創(chuàng)|時(shí)間:2020-01-11|欄目:XML/RSS|點(diǎn)擊:

主要問(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.

上一篇:用Asp與XML實(shí)現(xiàn)交互的一個(gè)實(shí)例源碼

欄    目:XML/RSS

下一篇:SixSix翻譯的XAML教程 語(yǔ)法簡(jiǎn)介

本文標(biāo)題:XML解析錯(cuò)誤:未組織好 的解決辦法

本文地址:http://www.jygsgssxh.com/a1/XML_RSS/11718.html

網(wǎng)頁(yè)制作CMS教程網(wǎng)絡(luò)編程軟件編程腳本語(yǔ)言數(shù)據(jù)庫(kù)服務(wù)器

如果侵犯了您的權(quán)利,請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)進(jìn)行處理、任何非本站因素導(dǎo)致的法律后果,本站均不負(fù)任何責(zé)任。

聯(lián)系QQ:835971066 | 郵箱:835971066#qq.com(#換成@)

Copyright © 2002-2020 腳本教程網(wǎng) 版權(quán)所有