Hello everyone. I've been struggling with the example of "Creating and Displaying Tag Visualizations"(http://msdn.microsoft.com/en-us/library/ff727860.aspx)
I followed everything in the tutorial but VS2010 throws me this error below when i test the TAG with"Input Simulator"
"Window must be the root of the tree. Cannot add Window as a child of Visual"
After reading about .XAML (which i didnt know anything about it), i noticed that its probably something to do with a Grid nto being able to get inside another Grid. Or maybe my <SurfaceWindow> isn't a <Window>. The code its pretty much the same as the link i've provided here. Do you guys have any insight on that?
Thanks.