<telerik:RadWindow x:Class="Testing.MainWindow" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" xmlns:navigation="clr-namespace:Telerik.Windows.Controls.Navigation;assembly=Telerik.Windows.Controls.Navigation" navigation:RadWindowInteropHelper.ShowInTaskbar="True" Header="RadWindow" Height="1000.098" Width="1315.286" >This is the MainWindow.xaml
- I have removed the StartUrl in app.xaml
- I have changed MainWindow: Window To MainWindow: RadWindow
protected override void OnStartup(StartupEventArgs e){ new MainWindow().Show(); base.OnStartup(e);}*------
When I run the wpf, a exe is running( as i can see in task manager), but nothing show up.
This is driving me crazy. Any help would be appreciated