Edit

Share via


XML comment has a tag with a 'cref' attribute '<attribute>' that could not be resolved

XML comment has a tag with a 'cref' attribute <attribute> that could not be resolved. XML comment will be ignored.

Tags can have a cref attribute that designates a link to another element of the XML by specifying the relative name of the identifier. At compile time, the compiler replaces the value with the qualified XML identifier for the value pointed at by the user. The compiler uses its normal resolution rules for finding the type or member.

Error ID: BC42309

To correct this error

  • Validate the cref attribute so that it points to a valid code element.

See also