I get this error.
[CMSDataProperties.LoadTransformation]: http://server/CMSTransformations/feae4689-24cd-4153-81dc-7147c0de85b2/fieldsforkids/article/newssummary.ascx(3): error CS0117: 'CMS.TreeEngine.TreeNode' does not contain a definition for 'Parent'
This is what my transformation looks like
<h3><a href="<%# GetDocumentUrl() %>"><%# CMSContext.CurrentDocument.Parent.DocumentName %> - <%# Eval("Title") %></a></h3>
<p><%# Eval("Summary") %></p>
Do I need to add anything to the code behind? The team that I would uses VB over C# if that makes a difference.