Postby kmatt » Tue Feb 28, 2017 10:43 am
The .xaml.g.cs file that is auto-generated by CSHTML5 uses ChildWindow from global::System.Windows.Controls, which of course is wrong (should be Windows.UI.Xaml.Controls) and won't compile. I'm using the 10.10 beta release. I've cleaned and rebuilt several times, event added Windows.UI.Xaml.Controls.ChildWindow explicitly to the source code file, to no avail.