我有以下内容,它指出它找不到我的 .xaml 文件:
<UserControl x:Class="MyApp.RectangleTest"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
FontFamily="{StaticResource PhoneFontFamilyNormal}"
FontSize="{StaticResource PhoneFontSizeNormal}"
Foreground="{StaticResource PhoneForegroundBrush}"
d:DesignHeight="150" d:DesignWidth="130"
d:DataContext="{d:DesignData SampleData/RectangleSampleData.xaml}">
所以它说它找不到 RectangleSampleData.xaml,但是如果我从错误框中获取 url 并粘贴到我的运行命令中,它会打开文件,那么 Visual Studio 是什么?