Error: SharedContentComponent: The shared content item 'methodTopicTitle' could not be formatt
...
Info: SharedContentComponent: Loaded 179 shared content items.
Info: ResolveReferenceLinksComponent: Instantiating component.
Info: ResolveReferenceLinksComponent: Indexed 82647 reference link targets.
Info: SaveComponent: Instantiating component.
Info: Loaded 11 components
Info: Building topic R:Project
Info: Building topic N:Electrolux.Compiler.Collections
Info: Building topic T:Electrolux.Compiler.Collections.MemoryItem
Warn: SharedContentComponent: Missing shared content item 'Methods'.
Warn: SharedContentComponent: Missing shared content item 'Constructors'.
Warn: SharedContentComponent: Missing shared content item 'Properties'.
Info: ResolveReferenceLinksComponent: Preparing to query MSDN topic URL web service.
Warn: ResolveReferenceLinksComponent: The reference link target 'T:MemoryItem' is unknown.
Info: ResolveReferenceLinksComponent: The title for 'T:MemoryItem' needed to be constructed from the reference string.
Info: ResolveReferenceLinksComponent: The title for 'N:System' needed to be constructed from the reference string.
Info: Building topic Overload:My.Compiler.Collections.MemoryItem.SetValue
Error: SharedContentComponent: The shared content item 'methodTopicTitle' could not be formatted with 1 parameters.
I am trying to create aVS2005style documentation output. Using the defaultPrototypdoes not create the error.
The methodSetValuethat seems to be the cause of the problem has one overload. Here they are the two methods:
public void SetValue(int value)
{
...
}
public void SetValue(int value, int mask)
{
...
}
The September CTP Technical Refresh does not solve the problem. Do you have any ideas what could be the problem and how can I solve it? Thanks in advance for all the support you can give me.

