Closed ghost closed 8 years ago
Any errors at all?
CS0012 The type 'ActionCollection' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Xaml.Interactivity, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Is the problem solved???
This problem comes when upgrading the Nuget package from 1.0.3 til 1.1.0. After downgrading I can compile again...
Have you upgraded all projects that are using it? Are you using something like Template10? Or another toolkit that might be using it as a dependency?
Yes - I'm using Template10
Ok, Template10 needs updating to 1.1 so that it's not dependent on the version of xaml behaviours that has strong naming. I'll try and do a PR for that later, but will require @jerrynixon to push an update when it's in.
I'm using template10 version 1.1.4
Ok. Well, for now, you'll have to stick with 1.0.3 of xaml behaviour until Template10 gets an update to point to the new version
No problem- thanks Scott. I'l create an Issue at Template10 :-)
After upgrading the nuget package from 1.0.3 to 1.1.0 I cannot compile!