I am generating a Tridion binary link as follows:
- Razor TBB generates Link Resolver syntax for binary link
- Link resolver TBB generates TCDL.
The output is published as a Dynamic component template of output type REL. The publication target specifies ASP.NET.
What I see in the COMPONENT_PRESENTATIONS table of the broker database is output like this:
<tcdl:Link type="binary" origin="tcm:0-0-0"
destination="tcm:34-669" templateURI="tcm:0-0-0"
linkAttributes="" textOnFail="true" addAnchor=""
variantId="">Document2</tcdl:Link>
so you'd expect at the least to see the text "Document2"
If I hand-craft a binary link control <tridion:BinaryLink..../>
this works just fine, however there is no visible output generated by the TCDL listed above.
What might be going wrong? What should I investigate next?