Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のエラーが表示されます。
エラー 26 型または名前空間名 'Controls' が名前空間 'Microsoft.Windows' に存在しません (アセンブリ参照がありませんか?)
次の 2 つのアセンブリが .g.cs ファイルに表示されます。
using Microsoft.Windows.Controls; using Microsoft.Windows.Controls.Primitives;
それらを削除すると、エラーが返されます。
XAML コードを確認してください。おそらくxmlns指差しMicrosoft.Windows.Controls.PrimitivesやMicrosoft.Windows.Controls.
xmlns
Microsoft.Windows.Controls.Primitives
Microsoft.Windows.Controls