Skip to content

Instantly share code, notes, and snippets.

@devlights
Last active June 26, 2018 09:38
Show Gist options
  • Save devlights/48fce603e6b917fa6b26b903521df935 to your computer and use it in GitHub Desktop.
Save devlights/48fce603e6b917fa6b26b903521df935 to your computer and use it in GitHub Desktop.
[visualstudio2017][wpf] VS2017でsystem.windows.interactivity.dllをインストールする

以下のページの情報が有効だった。感謝。

Visual Studio 2017 - What happened to Expression interactions?

Use the Visual Studio 2017 installer to install "Blend for Visual Studio SDK for .NET", which you can find on the "Individual components" page, under the "SDKs, libraries, and frameworks" heading.

まとめると以下。

  • VS2017から Blend SDK のインストールは、 インストーラーの個別のコンポーネント タブの方にある
  • デフォルトでチェックONとなっていない
  • 先に Blend SDK の .net framework 4.0 をダウンロードしてインストールしていると、失敗する
    • この場合は、コントロールパネルから 4.0版をアンインストールして、再度試すとうまくいった
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment