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}"
/>