Error: SharedContentComponent: The shared content item 'methodTopicTitle' could not be formatt

I got this error running Sandcastle Semptember CTP:

...
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.

[4118 byte] By [marco.ragogna] at [2007-12-25]
# 1

Assuming you are using my help file builder, I use a common resource file for both the Prototype and the VS2005 styles. The VS2005 style is missing the extra parameter information. I did have a patch available for Sandcastle that fixed the issue but I took it out this weekend as the tech refresh for Sandcastle was issued. I'll be releasing a new version of the help file builder late today along with an updated patch for Sandcastle that fixes the parameter related transform issue. In the meantime, you can either use the Prototype style or edit the reference_content.xml file in the language resource folders to remove the "{1}" parameter when using the VS2005 style.

Eric

EWoodruff at 2007-9-3 > top of Msdn Tech,Visual Studio,Developer Documentation and Help System...
# 2
thanks for the answer, I will try the new presentation files immediatly
marco.ragogna at 2007-9-3 > top of Msdn Tech,Visual Studio,Developer Documentation and Help System...

Visual Studio

Site Classified