```
<ElementStructure.AutoAttachments>
<NamedParent Name="PerspectivesRoot" Position="Bottom" />
</ElementStructure.AutoAttachments>
```
Renders the perspective in the top instead of the bottom!
```
<ElementStructure.AllowedAttachments ApplicationName="MyApplication">
<DataType Type="Composite.Data.Types.IPage" Position="Top"/>
</ElementStructure.AllowedAttachments>
```
Renders the application in the bottom (below the sub pages) instead of the top (above the sub pages)!
Am I doing it wrong?
Comments: Fixed in the latest build ( >= 4.2 beta 2) https://compositec1.codeplex.com/releases/view/120186
<ElementStructure.AutoAttachments>
<NamedParent Name="PerspectivesRoot" Position="Bottom" />
</ElementStructure.AutoAttachments>
```
Renders the perspective in the top instead of the bottom!
```
<ElementStructure.AllowedAttachments ApplicationName="MyApplication">
<DataType Type="Composite.Data.Types.IPage" Position="Top"/>
</ElementStructure.AllowedAttachments>
```
Renders the application in the bottom (below the sub pages) instead of the top (above the sub pages)!
Am I doing it wrong?
Comments: Fixed in the latest build ( >= 4.2 beta 2) https://compositec1.codeplex.com/releases/view/120186