Recent content by rodgero

  1. R

    XML Parsing Error: no element found Location

    so what can I do to get things working? btw I'm getting this error when trying to view the simple web.config and ver.aspx files in my root (as suggested in this thread) <?xml version="1.0" ?> <configuration> <appSettings /> <connectionStrings /> <system.web>...
  2. R

    XML Parsing Error: no element found Location

    I'm also getting this error when I try to view my aspx pages. I'm including the markup for one of my pages to show that this document is certainly NOT empty <%@ Page Language="C#" Inherits="LoyaltyCard.Web.Default" MasterPageFile="~/Templates/LoyaltyCard.Master" %> <asp:Content...
  3. R

    XML Parsing Error: no element found Location

    I'm also getting this error on my asp pages, such as http://loyalty.r-oates.x10.mx/Default.aspx I'm including the markup below to show that there obviously should be an element found. Regards Rodger <%@ Page Language="C#" Inherits="LoyaltyCard.Web.Default"...
Top