My WPF application works fine on Windows 7. Installing on an XP computer causes the following error on startup:
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Information: System.Windows.Markup.XamlParseException
Stack: at System.Windows.Markup.XamlReader.RewrapException (System.Exception, System.Xaml.IXamlLineInfo, System.Uri)
in System.Windows.Markup.WpfXamlLoader.Load (System.Xaml.XamlReader, System.Xaml.IXamlObjectWriterFactory, Boolean, System.Object, System.Xaml.XamlObjectWriterSettings, System.Uri)
in System.Windows.Markup.WpfXamlLoader.LoadBaml (System.Xaml.XamlReader, Boolean, System.Object, System.Xaml.Permissions.XamlAccessLevel, System.Uri)
in System.Windows.Markup.XamlReader.LoadBaml (System.IO.Stream, System.Windows.Markup.ParserContext, System.Object, Boolean)
in System.Windows.Application.LoadComponent (System.Object, System.Uri)
in MyApplication.App.InitializeComponent ()
in MyApplication.App.Main ()
since I use PresentationFramework.Aero in places. Is there a way to fix this or will I have to remove Aero? This is a pain since I use some ButtonChromes