- Home /
This post has been wikified, any user with enough reputation can edit it.
Question by
hannahmcclure · Apr 13, 2017 at 12:43 PM ·
windowserror buildwindows store app
Failing Builds
I have been trying to add the LiveCharts example (https://lvcharts.net/App/examples/v1/uwp/Basic%20Line%20Chart) to a Uwp unity project for the HoloLens . I'm not even sure if its possible but i would like to try . I keep getting the error below however when building .
UnityException: Failed to run reference rewriter with command --target="Temp\StagingArea\Microsoft.Xaml.Interactions.dll" --additionalreferences="
Error: type `Microsoft.Xaml.Interactivity.IAction` doesn't exist in target framework. It is referenced from Microsoft.Xaml.Interactions.dll at Microsoft.Xaml.Interactions.Core.CallMethodAction.
Error: type `Microsoft.Xaml.Interactivity.IAction` doesn't exist in target framework. It is referenced from Microsoft.Xaml.Interactions.dll at Microsoft.Xaml.Interactions.Core.ChangePropertyAction.
Error: type `Microsoft.Xaml.Interactivity.ActionCollection` doesn't exist in target framework. It is referenced from Microsoft.Xaml.Interactions.dll at System.Void Microsoft.Xaml.Interactions.Core.DataBindingHelper::RefreshDataBindingsOnActions(Microsoft.Xaml.Interactivity.ActionCollection).
Error: type `Microsoft.Xaml.Interactivity.IAction` doesn't exist in target framework. It is referenced from Microsoft.Xaml.Interactions.dll at Microsoft.Xaml.Interactions.Core.NavigateToPageAction.
Error: type `Microsoft.Xaml.Interactivity.IAction` doesn't exist in target framework. It is referenced from Microsoft.Xaml.Interactions.dll at Microsoft.Xaml.Interactions.Core.GoToStateAction.
Error: type `Microsoft.Xaml.Interactivity.VisualStateUtilities` doesn't exist in target framework. It is referenced from Microsoft.Xaml.Interactions.dll at System.Object Microsoft.Xaml.Interactions.Core.GoToStateAction::Execute(System.Object,System.Object).
Catastrophic failure while running rrw: Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Microsoft.Xaml.Interactivity, Version=12.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
<message truncated>
Comment