XML Parsing Error : Not Well Formed .....Please help.....Thanks

Discussion in 'ASP.NET / ASP.NET Core' started by ben5556, Aug 24, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello All,

    I get this error for my aspx page when I open the letgo.aspx file (located on the server) on my browser.

    XML Parsing Error: not well-formed
    Location: ftp://[email protected]/letgo.aspx
    Line Number 1, Column 2:<%@ Page Language="C#" MasterPageFile="~/avril.master" AutoEventWireup="true"
    -^

    What could be the problem ? Please help me !

    I'm including the master page file header as follows

    <%@ Master Language="C#" AutoEventWireup="true" CodeFile="avril.master.cs" Inherits="avril" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-
    transitional.dtd">


    Also the letgo.aspx header

    <%@ Page Language="C#" MasterPageFile="~/avril.master" AutoEventWireup="true"
    CodeFile="letgo.aspx.cs" Inherits="letgo" Title="Let Go | AvrilLavigneSite.com" %>


    Is there anything wrong with the header ?

    The page works fine www.avrillavignesite.com/letgo.aspx but controls on the page are not working(Cannot play music). Please chk it out yourself.

    Thanks again ! Plz plz plz help me....

    -Ben.
     
  2. ...Somehow I feel like this may be a trap, but...
    If you hit that Google ad infested site directly it does load: http://avrillavignesite.com/letgo.aspx

    Is it a DASP account or did I fall for this? ;-)
     
  3. Hi Moderator,

    The page does load perfectly but why doesn't the songs play on it ? They played fine until few weeks ago. There is some problem now.

    What could be the problem. I haven't changed the code at all. It could be something to do with the server or I don't know what ?!

    Ben.
     
  4. mjp

    mjp

    It is.

    But issues of XML aside, you can't make that copyrighted music available on your site. Unfortunately, we're aware of it now so we have to crash your party. Watch your email for a message from abuse@.

    Sorry.
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    It seems like it is working for me.
     
  6. Hmm... I have removed the songs playing feature from my site...... thanks......
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page