""Walter Wang [MSFT]"" wrote:
> Hi Paul,
>
> This looks like an issue of VB.NET compiler that currently didn't expand
> the method in "cref" attribute:
>
> #VB.NET 2005 / Sandcastle treatment of <see cref=""/> - MSDN Forums
>
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=802863&SiteID=1 >
> #Feedback: VB 2005 (SP1 Beta 1) code comments: Link tag attribute not
> converted from relative to full path by compiler.
>
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?Feedbac > kID=219950
>
>
> If you manually specify a full expanded method reference, then VB.NET will
> not issue the warning:
>
> ''' <summary>
> ''' <see cref="Foo.Bar" />
> ''' <see cref="M:Foo.Bar(System.Int32)" />
> ''' </summary>
> Public MustInherit Class Foo
> Public MustOverride Sub Bar()
> Public MustOverride Sub Bar(ByVal x As Integer)
> End Class
>
>
> We're sorry for the inconvenience.
>
>
> Regards,
> Walter Wang (wawang@online.microsoft.com, remove 'online.')
> Microsoft Online Community Support
>
> ==================================================
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>