This question is locked. New answers and comments are not allowed.
I've been getting an error with the XAML C# QSF demo when trying to load the Example DLLs.
The exception is in ExampleLoader.cs: InstantiateExample() on the line:
object instance = Activator.CreateInstance(type);
The inner exception is {"XAML parsing failed."}
It's happening when trying to load all the example libraries. e.g. BulletGraph
assembly = {BulletGraph, Version=2012.3.1016.0, Culture=neutral, PublicKeyToken=null}
Anyone else seen this issue?
The exception is in ExampleLoader.cs: InstantiateExample() on the line:
object instance = Activator.CreateInstance(type);
The inner exception is {"XAML parsing failed."}
It's happening when trying to load all the example libraries. e.g. BulletGraph
assembly = {BulletGraph, Version=2012.3.1016.0, Culture=neutral, PublicKeyToken=null}
Anyone else seen this issue?