Visual Studio 2017 の開発環境を新規に作って、いざソリューションを読み込んでビルドしようとしたら、首題のエラーになって1時間以上悩んだので、その備忘録です。
環境
- Visual Studio 2017 Professional を新規インストール
- WPFアプリのソリューション
症状
- XAML のソースコードで
Interaction.Behavior
を使用している項目がこける MC3074: タグ 'Interaction.Behaviors' は、XML名前空間~
というエラーが出る
解決方法
XML Tag Interaction.Triggers doesn't exist when building. · Issue #317 · johanneszab/TumblThree
Hoi. I'm another one from the Tumblr exodus. I tried logging in on the downloaded app, and when that was just doing... nothing, I decided to investigate by down...
↑にある通りです。
以下、日本語で説明しなおします。
手順
- Visual Studio Installer を起動する
- 「変更」→「個別コンポーネント」のタブを選択
- 「Blend for Visual Studio SDK for .NET」にチェックを入れて、インストールする
コメント