Visual Studio 给我写了一些
找不到类型。验证您没有丢失程序集引用,并且所有引用的程序集都是来自用户控件的 WPF 项目中的错误。
当我按下构建时,消息消失,一切正常。几秒钟后,这条消息又回来了,让我感到不安。
为什么 VS 会写这个,我该如何解决?谢谢你的期待
<UserControl x:Class="TandoCare.Desktop.Views.Login"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:loc="clr-namespace:TandoCare.Desktop.Infrastructure.Localization"
mc:Ignorable="d">
<Label
Width="120px"
Content="{loc:Translate UserName}"
ContentStringFormat="{}{0}:"
FontSize="16"
Grid.Row="1"
HorizontalAlignment="Right"
Target="{Binding ElementName=Username}"
/>