最近在做一个程序时,发现如果在 XMAL 语言中的 Window 中加入 Icon 则会导致在 XP Window2003 Server中 无法启动。
代码:
1 <Window x:Class="Mp3Copyer.MainWindow"
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 xmlns:local="clr-namespace:Mp3Copyer"
5 xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
7 Title="MP3拷贝器" Height="437" Width="537" BorderBrush="#FFE2A2A2" mc:Ignorable="d" ShowInTaskbar="True" Icon="/Mp3Copyer;component/Icon_104.ico">
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 xmlns:local="clr-namespace:Mp3Copyer"
5 xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
7 Title="MP3拷贝器" Height="437" Width="537" BorderBrush="#FFE2A2A2" mc:Ignorable="d" ShowInTaskbar="True" Icon="/Mp3Copyer;component/Icon_104.ico">
但在 系统中加入 系统图标,不会造成影响。
哪位大哥,如果知道为什么,麻烦你告诉我一声。谢了。