LightBuzz / Vitruvius

A set of easy-to-use Kinect utilities that will speed-up the development of your projects.
http://vitruviuskinect.com
Apache License 2.0
229 stars 82 forks source link

Error on XAML file #5

Closed pmargreff closed 8 years ago

pmargreff commented 8 years ago

I'm geting this error on XAML file:

Error 2 Unknown type 'KinectViewer' in XML namespace 'clr-namespace:LightBuzz.Vitruvius.Controls;assembly=LightBuzz.Vitruvius'

Can someone tell what i'm doing wrong?

pmargreff commented 8 years ago

I fix it change the previous line for: xmlns:controls="using:LightBuzz.Vitruvius.Controls"