View Issue Details

IDProjectCategoryView StatusLast Update
0001609NoesisGUIUnitypublic2019-12-28 14:46
ReporterGwynneth Assigned To 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version2.2.5 
Summary0001609: Use of an interface as DataType in a DataTemplate logs unknown type error messages
Description

Use of an interface as DataType in a DataTemplate logs unknown type error messages

Steps To Reproduce

Create a data template making use of something similar to the following syntax:

<DataTemplate x:Key="DataTemplate.ComboBox.Item.Profile" DataType="{x:Type interfaces:IProfile}">

The data template will work but Noesis will show the following error message: Unknown type 'interfaces:IProfile'. Unable to set DataTemplate.DataType. Setting the DataType to an actual implementation of the interface works without error messages.

PlatformWindows

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-12-28 14:45 Gwynneth New Issue
2019-12-28 14:46 Gwynneth Summary Use of an interface as DataType in a DataTemplate throws unknown type exceptions => Use of an interface as DataType in a DataTemplate logs unknown type error messages
2019-12-28 14:46 Gwynneth Description Updated
2025-10-10 13:29 jsantos Category Unity3D => Unity