XML documentation parse error

Posts   
 
    
sunshine
User
Posts: 1
Joined: 07-Feb-2007
# Posted on: 07-Feb-2007 17:27:20   

We are using LLBLGen Pro 1.0.2005.1 with Visual Studio 2005 right now, the generated code have tons of xml documentation warnings.

for example:

XML documentation parse error: End tag 'summary' does not match the start tag 'see'. XML comment will be ignored. C:\Projects\AGCO.Licensing\Licensing\BusinessObjects\DatabaseGeneric\EntityClasses\RevenueCodeEntity.vb 344

Here are comments from the auto generated code ''' <summary>Returns true if the original value for the field with the fieldIndex passed in, read from the persistent storage was NULL, False otherwise. ''' Should Not be used For testing If the current value Is NULL, use <see cref="TestCurrentFieldValueForNull"> For that.</summary>

I think the reason is another "<" inside the comments, as all these comments are auto generated by LLBLGen Pro, is there a way I can get rid of these warnings? Or at least I can disable the xml comments, they really bother us.

Thanks

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 07-Feb-2007 18:07:25   

I think you might be using an old version, try to download the latest of: 1.0.2005.1 Please refer to the following thread: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=5234