helix-toolkit / helix-toolkit

Helix Toolkit is a collection of 3D components for .NET.

Home Page:http://helix-toolkit.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelixToolkit v3 load failure with an Exception System.Windows.Markup.XamlParseException in ExampleBrowser

MauNguyenVan opened this issue · comments

Reproduce:

  • Open ExampleBrowser (Examples\Wpf.SharpDX\ExampleBrowser)
  • Select Issue 1044 Issue 1048 and 1052 Issue 1047-1 Issue 1047-1

Result

  • Expect result: Load successful
  • Actual result: Load failure with throw an exception System.Windows.Markup.XamlParseException:
    And I guess in other places have the same error related to System.Windows.Markup.XamlParseException
    devenv_8w346iLmEg

Hello,
This exception happens because the TypeConverter attribute was removed on the collection classes in #2084 .