Hi All.
I'm Trying to load the following basic xaml with XamlObjectWriter (.Net 4) (source code included)
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:sys="clr-namespace:System;assembly=mscorlib"
        Title="MainWindow" Height="350" Width="525" x:Name="mainWindow">