Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Fix Missing Assembly Reference 'Microsoft.Xaml.Interactivity.dll' in Windows Store App Solution?

I have a Windows Store App solution which worked fine up until I installed Nuget Packages and Extentions from Catel. Now when I build the solution I get about 12 build errors with the following description originating from my startup project's .csproj file:

Cannot resolve Assembly or Windows Metadata file 'Microsoft.Xaml.Interactivity.dll'

One would think, remove then add the reference again but you cannot manage the framework's assembly references.

like image 751
MJ33 Avatar asked Dec 03 '14 07:12

MJ33


1 Answers

Right click on your project => add reference => Windows 8.1 (tab) => select "Behaviors SDK (XAML)"

like image 190
Geert van Horrik Avatar answered Nov 20 '22 07:11

Geert van Horrik