View Issue Details

IDProjectCategoryView StatusLast Update
0001994NoesisGUIUnity3Dpublic2021-04-30 16:46
Reportersfernandez Assigned Tosfernandez  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.0.11 
Target Version3.0.12Fixed in Version3.0.12 
Summary0001994: DataTemplate xaml reports duplicate name elements
DescriptionWhen loading a xaml that has a template (DataTemplate/ControlTemplate) as root
<DataTemplate
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  xmlns:local="clr-namespace:Testing"
  DataType="{x:Type local:SomeVM}">
  <local:SomeView/>
</DataTemplate>

if the contained UserControl has a named element inside it will throw an error like:
Cannot register duplicate name 'something' in this namescope.

when using that data template.
TagsNo tags attached.
PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-04-30 12:18 sfernandez New Issue
2021-04-30 12:18 sfernandez Assigned To => sfernandez
2021-04-30 12:18 sfernandez Status new => assigned
2021-04-30 12:18 sfernandez Product Version 3.0.12 => 3.0.11
2021-04-30 12:18 sfernandez Target Version => 3.0.12
2021-04-30 16:46 sfernandez Status assigned => resolved
2021-04-30 16:46 sfernandez Resolution open => fixed
2021-04-30 16:46 sfernandez Fixed in Version => 3.0.12