Hello X# Team,
Whenever I put a
/// <summary>
above a single class definition the whole project does not compile anymore due to an infamous XS 1569 error:
XS1569: Error writing to XML documentation file: Fehler beim Vergleichen von zwei Array-Elementen
Luckily the error goes away when I removed the line. So everything is fine.
Is there anything wrong with this comment?
The line below the /// <summary> line are two simple comment lines that each starts with // and there is no closing /// </summary>
And is there any mean to find out more about the error and where it occurs?
(in this case I knew where it came from because I just had inserted the summary-comment).
Kind regards,
Peter
PS: I inadvertently posted this message first in the Welcome forum.
XS1569: Error writing to XML documentation file
XS1569: Error writing to XML documentation file
Peter,
With which version of X#?
I tried this with X# 2.10 and I do not see this error.
Robert
To elaborate:
produces the following comments in the generated XML file
With which version of X#?
I tried this with X# 2.10 and I do not see this error.
Robert
To elaborate:
Code: Select all
/// <summary>
/// test
CLASS XApp INHERIT App
/// <summary>
/// test
METHOD Start()
END CLASS
produces the following comments in the generated XML file
Code: Select all
<!-- Badly formed XML comment ignored for member "T:XApp" -->
<!-- Badly formed XML comment ignored for member "M:XApp.Start(XSharp.__Usual[])" -->
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
XS1569: Error writing to XML documentation file
Hello Robert,
Its version 2.8.3.15 of XSharpCore.dll
I think is has something to do with a </summary> missing in a method comment below.
I will have to test this first and will report.
Regards,
Peter
Its version 2.8.3.15 of XSharpCore.dll
I think is has something to do with a </summary> missing in a method comment below.
I will have to test this first and will report.
Regards,
Peter
XS1569: Error writing to XML documentation file
Peter
We fixed some xml generation problems in 2.9 or 2.10 ( I don’t remember which build)
Robert
We fixed some xml generation problems in 2.9 or 2.10 ( I don’t remember which build)
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
XS1569: Error writing to XML documentation file
Hello Robert,
Although I have a "wild mix" of classes in the project with regular comments (like /// <summary>) and other styles (only // without any offiical tag) the compiler usually never complains.
Its problably a mixture of several circumstances that results in a compiler error from time to time.
Kind regards,
Peter
PS: By the way - what about an X# conference this year;)
Although I have a "wild mix" of classes in the project with regular comments (like /// <summary>) and other styles (only // without any offiical tag) the compiler usually never complains.
Its problably a mixture of several circumstances that results in a compiler error from time to time.
Kind regards,
Peter
PS: By the way - what about an X# conference this year;)
XS1569: Error writing to XML documentation file
Peter,
Robert
We would love to do that. But given the Covid situation we want to wait a few more months before starting the preparations.pemo18 wrote: PS: By the way - what about an X# conference this year;)
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
XS1569: Error writing to XML documentation file
Hi Robert,
PMFJI, but:
So for an event in middle September we would have the best chances....
Wolfgang
PMFJI, but:
in September most likely there will be no problems. They may start the earliest in October, if we look at the last two years.But given the Covid situation we want to wait a few more months before starting the preparations.
So for an event in middle September we would have the best chances....
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it