Author Topic: Problem opening xaml files  (Read 3156 times)

Wanderer

  • Senior Community Member
  • Posts: 557
  • Hero Points: 23
Problem opening xaml files
« on: January 12, 2010, 07:59:25 PM »
SlickEdit Version 14.0.2.2    Build Date: July 08, 2009   Emulation: Vim
OS: Windows XP    Version: 5.01.2600  Service Pack 3
Hotfixes:
F:\Documents and Settings\Charles\My Documents\My SlickEdit Config\14.0.2\hotfixes\hotfix_loader_se1402.zip (Revision: 1)
F:\Documents and Settings\Charles\My Documents\My SlickEdit Config\14.0.2\hotfixes\hotfix_se1402_cumulative.zip (Revision: 21)

Top of xaml file:
    <UserControl x:Class="Client.Page"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:nav="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"
    xmlns:="clr-namespace:Controls;assembly=Controls"
    xmlns:dragDrop="clr-namespace:Telerik.Windows.Controls.DragDrop;assembly=Telerik.Windows.Controls"
    xmlns:ribbon="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.RibbonBar"
    xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"
    xmlns:docking="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking"
    xmlns:this="clr-namespace:MapperClient"
    Width="1200" Height="700"><docking:RadDocking x:Name="Docking" Grid.Row="1" >

See attached.