Hi Everyone, I've been having great fun and success running moonlight desktop recently. I've come up against somthing that I'm sure is working and possible only I can't figure out how to make it work in my desktop app.
I basically want to use GridSplitter from System.Windows.Controls in my xaml. I have the correct xmlns added and have added the following to appmanifest.xaml <Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" EntryPointAssembly="MyProgram" EntryPointType="MyNamespace.MyMainClass"> <Deployment.Parts> <AssemblyPart x:Name="System.Windows.Controls" Source="System.Windows.Controls"/> </Deployment.Parts> </Deployment> My xaml includes: xmlns:swc="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.dll"> .. <swc:GridSplitter /> .. </UserControl> And moonlight says 'failed using assembly System.Windows.Controls' This suggests to me that I've got my appmanifest wrong as I can manually instantiate controls from S.W.C and insert them in that way. Any ideas? Thanks Ian _______________________________________________ Moonlight-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/moonlight-list
