WebFlyPostBackMethod fails - returns error "Element content is invalid according to the DTD/Schema."

5 replies. Last post: October 25, 2011 10:50 PM by Hendrik Yulianto
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Frank PMember

Where is parsing being performed before the WebFlyPostBackMethod is initiated? I receive the error below in my WebFlyPostBackMethod_Error handler. When I am debugging the code, the codebehind vb method is never reached, but I receive the error.

 

? errorObject.raw.parseError

{...}

errorCode: -1072898028

filepos: 242

line: 9

linepos: 12

reason: "Element content is invalid according to the DTD/Schema.

Expecting: script, style, meta, link, object, isindex, base.

"

srcText: " <STYLE>"

url: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd

 

errorObject.raw

{...}

async: true

attributes: null

baseName: ""

childNodes: {Count = 0}

dataType: null

definition: null

doctype: null

documentElement: null

firstChild: null

implementation: {...}

lastChild: null

namespaces: {Count = 0}

namespaceURI: ""

nextSibling: null

nodeName: "#document"

nodeType: 9

nodeTypedValue: null

nodeTypeString: "document"

nodeValue: null

ontransformnode: {???}

ownerDocument: null

parentNode: null

parsed: true

parseError: {...}

prefix: ""

preserveWhiteSpace: false

previousSibling: null

readyState: 4

resolveExternals: true

schemas: null

specified: true

text: ""

url: ""

validateOnParse: true

xml: ""

All times are GMT -5. The time now is 4:37 AM.
Previous Next