Peter,
Following is the error mesage:
Server Error in '/WebReservation' Application.
--------------------------------------------------------------------------------
The data at the root level is invalid. Line 1, position 1.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Xml.XmlException: The data at the root level is invalid. Line 1, position 1.
Source Error:
Line 631:
Line 632: ' This is where I get the error
Line 633: xmlDoc.LoadXml(strData)
Line 634:
Line 635:
Source File: c:\inetpub\wwwroot\WebReservation\WebReservation.a spx.
vb Line: 633
Stack Trace:
[XmlException: The data at the root level is invalid. Line 1, position 1.]
System.Xml.XmlTextReader.ParseRoot() +295
System.Xml.XmlTextReader.Read() +127
System.Xml.XmlValidatingReader.ReadWithCollectText Token()
System.Xml.XmlValidatingReader.Read()
System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +80
System.Xml.XmlDocument.Load(XmlReader reader) +72
System.Xml.XmlDocument.LoadXml(String xml)
WebReservation.WebReservation.Update_Available() in c:\inetpub\wwwroot\WebReservation\WebReservation.a spx.
vb:633
WebReservation.WebReservation.btnAccept_Click(Obje ct sender, EventArgs e) in c:\inetpub\wwwroot\WebReservation\WebReservation.a spx.
vb:210
System.Web.UI.WebControls.Button.OnClick(EventArgs e)
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
System.Web.UI.Page.ProcessRequestMain()
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Kerry O'Carroll