Hi Ben et al, I followed the steps in mail and repeated step 7 and 8a.But in step 8a :-
When I ran the web application http://localhost/trade/ I got the following error:- XML parsing failed: syntax error (Line: 1, Character: 1) Reparse document as HTML Error:invalid start-tag Specification:http://www.w3.org/TR/REC-xml/#NT-STag 1: <%@ Page Title="Apache Stonehenge - .NET StockTrader - Welcome" Language="C#" MasterPageFile="~/Site.Master" 2: AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Trade.Web.Default" %> 3: 4: <asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server"> I checked the file in trader_client/trade/default.aspx,the tags are right.I think the error may be some where else or maybe there is missing within the XHTML tags. Could someone tell me how to fix the bug? With Regards, Vineet ghatge H
