Click here to Skip to main content
15,902,032 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: IE address bar reflection Pin
Christian Graus21-Apr-08 19:53
protectorChristian Graus21-Apr-08 19:53 
Generaljavascript Pin
yardly21-Apr-08 19:40
yardly21-Apr-08 19:40 
GeneralRe: javascript Pin
Christian Graus21-Apr-08 19:48
protectorChristian Graus21-Apr-08 19:48 
GeneralPaging without gridview Pin
mukesh.mr0321-Apr-08 19:23
mukesh.mr0321-Apr-08 19:23 
GeneralRe: Paging without gridview Pin
Christian Graus21-Apr-08 19:25
protectorChristian Graus21-Apr-08 19:25 
GeneralRe: Paging without gridview Pin
mukesh.mr0321-Apr-08 19:43
mukesh.mr0321-Apr-08 19:43 
GeneralRe: Paging without gridview Pin
Sandeep Akhare21-Apr-08 19:31
Sandeep Akhare21-Apr-08 19:31 
QuestionGtting error while reading XML Pin
Nithin Krishna21-Apr-08 19:16
Nithin Krishna21-Apr-08 19:16 
All,

I am getting follwing error while reading my XML file directly returned from web service. This occurs normally when XML have some misplaced node, but my XML is returned from webservice with few chances to have node errors.
Can any one help me regarding this problem.

My error page is:


Server Error in '/portal' Application.--------------------------------------------------------------------------------

This is an unexpected token. The expected token is 'NAME'. Line 778, position 626.

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: This is an unexpected token. The expected token is 'NAME'. Line 778, position 626.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


And my stack trace is:

[XmlException: This is an unexpected token. The expected token is 'NAME'. Line 778, position 626.]<br />
   System.Xml.XmlTextReader.SetAttributeValues() +323<br />
   System.Xml.XmlTextReader.ParseElement() +138<br />
   System.Xml.XmlTextReader.Read() +94<br />
   System.Xml.XmlValidatingReader.ReadNoCollectTextToken() +38<br />
   System.Xml.XmlValidatingReader.Read() +14<br />
   System.Xml.XmlLoader.LoadCurrentNode() +612<br />
   System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +49<br />
   System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +102<br />
   System.Xml.XmlDocument.Load(XmlReader reader) +72<br />
   System.Xml.XmlDocument.LoadXml(String xml) +163<br />
   AI.Portal.Web.UI.RailBooking.ProcessGet()<br />
   AI.Portal.Web.UI.BaseDialog.ProcessRequest()<br />
   AI.Portal.Web.UI.HttpHandler.ProcessRequest(HttpContext context)<br />
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179<br />
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87


I am using Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407

Thanks in advance for any help.

Anand
GeneralRe: Gtting error while reading XML Pin
Christian Graus21-Apr-08 19:28
protectorChristian Graus21-Apr-08 19:28 
GeneralRe: Gtting error while reading XML Pin
vkrajeesh21-Apr-08 19:35
vkrajeesh21-Apr-08 19:35 
GeneralRe: Gtting error while reading XML Pin
Nithin Krishna21-Apr-08 19:46
Nithin Krishna21-Apr-08 19:46 
GeneralFound 1 intresting but strange problem in this Pin
Nithin Krishna21-Apr-08 20:09
Nithin Krishna21-Apr-08 20:09 
Generaljavascript Pin
yardly21-Apr-08 19:12
yardly21-Apr-08 19:12 
GeneralRe: javascript Pin
Sandeep Akhare21-Apr-08 19:23
Sandeep Akhare21-Apr-08 19:23 
GeneralRe: javascript Pin
Christian Graus21-Apr-08 19:26
protectorChristian Graus21-Apr-08 19:26 
GeneralCreate Licence Key for web Pin
AnhTin21-Apr-08 16:39
AnhTin21-Apr-08 16:39 
GeneralRe: Create Licence Key for web Pin
Christian Graus21-Apr-08 17:40
protectorChristian Graus21-Apr-08 17:40 
GeneralWSDL error: Unable to connect to the remote server Pin
Steve Holdorf21-Apr-08 10:33
Steve Holdorf21-Apr-08 10:33 
GeneralRe: WSDL error: Unable to connect to the remote server Pin
Steve Holdorf21-Apr-08 11:01
Steve Holdorf21-Apr-08 11:01 
GeneralAvoiding Page Refresh on F5 Pin
johnmuthu21-Apr-08 9:20
johnmuthu21-Apr-08 9:20 
GeneralRe: Avoiding Page Refresh on F5 Pin
Sandeep Akhare21-Apr-08 19:16
Sandeep Akhare21-Apr-08 19:16 
GeneralRe: Avoiding Page Refresh on F5 Pin
johnmuthu23-Apr-08 9:59
johnmuthu23-Apr-08 9:59 
QuestionProblem in page Redirect Pin
Parameswar Mal21-Apr-08 7:19
Parameswar Mal21-Apr-08 7:19 
GeneralRe: Problem in page Redirect Pin
Sandeep Akhare21-Apr-08 19:27
Sandeep Akhare21-Apr-08 19:27 
GeneralRe: Problem in page Redirect Pin
vkrajeesh22-Apr-08 2:24
vkrajeesh22-Apr-08 2:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.