S
Siv
Hi,
Just busily coding away and removed a procedure from my code and all of a
sudden an error came up miles away from the location of the piece of code I
removed and it relates to the XML comment inserted at the top of the
procedure.
I had this happen once before and I couldn't fathom why it was complaining,
the XML comment is like this:
''' <summary>
''' If the Bonds flag is set in the security record we have at least one
Bond & Floating Charge
''' This routine locates the bonds that are linked to the Security
Record and adds them as sub nodes to
''' the main Bonds node.
''' </summary>
''' <param name="ParentNode"></param>
''' <remarks></remarks>
This gives an error:
"Warning 1 XML documentation parse error: Whitespace is not allowed at this
location. XML comment will be ignored. "
I then discovered if I remove the "&" ampersand symbol the error message
goes away???
Is this a "by design" thing or is this a bug in the XML comments??
Siv
Just busily coding away and removed a procedure from my code and all of a
sudden an error came up miles away from the location of the piece of code I
removed and it relates to the XML comment inserted at the top of the
procedure.
I had this happen once before and I couldn't fathom why it was complaining,
the XML comment is like this:
''' <summary>
''' If the Bonds flag is set in the security record we have at least one
Bond & Floating Charge
''' This routine locates the bonds that are linked to the Security
Record and adds them as sub nodes to
''' the main Bonds node.
''' </summary>
''' <param name="ParentNode"></param>
''' <remarks></remarks>
This gives an error:
"Warning 1 XML documentation parse error: Whitespace is not allowed at this
location. XML comment will be ignored. "
I then discovered if I remove the "&" ampersand symbol the error message
goes away???
Is this a "by design" thing or is this a bug in the XML comments??
Siv