Opening server tags
I am using Visual Studio 2005, and it keeps giving me xml parsing errors for my default pages, so i cannot view them. My version of visual studio prints this tag at the top:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
but there is always an xml parsing error when it reaches the first % symbol.
I really need some help with this one.
Thanks
|