Page 1 of 1

Xaml Designer does not show MainPage

Posted: Tue Nov 14, 2017 3:44 am
by janwillemsz
<Page
x:Class="Application1.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:controls="clr-namespace:Windows.UI.Xaml.Controls;assembly=CSharpXamlForHtml5"
mc:Ignorable="d">
<Canvas>
<controls:TextBlock Text="Hello World!" x:Name="TextBlock1" controls:Canvas.Left="20" controls:Canvas.Top="30"/>
</Canvas>
</Page>

This is the out of the box empty project? VS2017

Re: Xamml Designer does not show MainPage

Posted: Tue Nov 14, 2017 3:58 am
by janwillemsz
I also see, if I right click on the MainPage.xaml, there is no option for XAML Designer for CSHtml5
Should I try to uninstall plugin, and reinstall?

Re: Xaml Designer does not show MainPage

Posted: Tue Nov 14, 2017 4:22 am
by JS-Support @Userware
Hi,

This is indeed very odd. Can you please post a screenshot of the Xaml Designer?

Thanks.
Regards,
JS-Support

Re: Xaml Designer does not show MainPage

Posted: Tue Nov 14, 2017 5:29 am
by janwillemsz
Attached view of Designer