Page 1 of 1

[SOLVED] Type 'TabControl' was not found

Posted: Thu Mar 16, 2017 5:49 am
by TaterJuice
When attempting to use the TabControl, I receive an error that it does not exist. If I try to compile, C#/XAML for HTML5 gives me the following error:
C#/XAML for HTML5: XamlPreprocessor (pass 1) failed: Type not found: "TabControl" in namespace: "http://schemas.microsoft.com/winfx/2006/xaml/presentation".

The "What's Supported" page says TabControl has been supported since beta8.

Any idea what I'm missing or doing wrong?

Image

Re: Type 'TabControl' was not found

Posted: Thu Mar 16, 2017 5:58 am
by TaterJuice
I updated to Beta 10.12 from this forum, and the issue is resolved.