I am getting below error while tried to draw VISIFIRE chart in asp.net
 
 
Error Log Version=2.2.1:
--------------------------------
1) Copy & Paste the contents of this log in www.visifire.com/forums for support.
 
2) Exception: incorrect document syntax [Line: 3 Position: 3]
 
3) XML: 
<vc:Chart xmlns:vc="clr-namespace:Visifire.Charts;assembly=SLVisifire.Charts" Width="500" Height="300" Theme="Theme3" ><vc:Chart.AxesY><vc:Axis StartFromZero="false"></vc:Axis></vc:Chart.AxesY><vc:Chart.Titles><vc:Title Text="by School Type" FontSize="14"/></vc:Chart.Titles><vc:Chart.Series><vc:DataSeries RenderAs="Doughnut" ToolTipText="#AxisXLabel - #YValue persons"><vc:DataSeries.DataPoints><vc:DataPoint AxisXLabel="High" YValue="21956"/><vc:DataPoint AxisXLabel="Middle" YValue="16848"/><vc:DataPoint AxisXLabel="Elementary" YValue="34563"/></vc:DataSeries.DataPoints></vc:DataSeries></vc:Chart.Series></vc:Chart>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
<head><title>
 
</title><link href="Styles/Site.css" rel="stylesheet" type="text/css" />
 
    <script type="text/javascript">
 
        function navigateTo(url) {
            window.location = url;
        }
 
</script>
    
</head>
<body>
    <form method="post" action="V1MemByRegion.aspx?reqtime=1336072039626" id="ctl01">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTY1NDU2MTA1Mg9kFgJmD2QWAgIDD2QWAgIDDw8WAh4HVmlzaWJsZWdkZGT4WfxopkksbogtlsJP95MhtobfFXh9TGk0Ums/Qgiv6A==" />
</div>
 
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['ctl01'];
if (!theForm) {
    theForm = document.ctl01;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>
 
 
<div class="aspNetHidden">
 
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAwKK+NS0CAL6hK/rBwKyg6ntBT9HZFZx5BxXM/ifxTRa5m+Hw/C69A+AquslTvbKzmIW" />
</div>
    <div class="page">
        <div class="header">
            <div class="title">
                <h1>
                    GCS Data Console !!
                </h1>
            </div>
            <div class="loginDisplay">
            
 
       
 
                
 
                <a id="LoginButton" href="javascript:__doPostBack('ctl00$LoginButton','')">Login</a>
               
 
                
   
 
   
            </div>
          <div class="clear hideSkiplink">
            
 
          <div align = "center"> 
        
        </div>
         </div>
        </div>
        <div class="main">
            
 
        </div>
          
      
    </div>
    <div class="footer">
        <input type="submit" name="ctl00$Visifire" value="Visifire" id="Visifire" />
    </div>
    
    </form>
</body>
</html>
 
 
4) StackTrace: 
   at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers, Boolean expandTemplatesDuringParse)
   at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers)
   at System.Windows.Markup.XamlReader.Load(String xaml)
   at SLVisifireChartsXap.App.CreateChart()
   at SLVisifireChartsXap.App.RenderEngine()
   at SLVisifireChartsXap.App.webclient_DownloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e)
   at System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)
   at System.Net.WebClient.DownloadStringOperationCompleted(Object arg)