|
Hi,
I have installed all of the development tools for Silverlight 5 and retargeted my Silverlight 4 project to Silverlight 5.
I am having problems getting the solution to compile and I am guessing that they are because of conflicting references. I notice that the NuGet package for Caliburn.Micro includes - and adds references to - the following assemblies.
- System.Windows.Controls (File Version: 4.0.50826)
- System.Windows.Interactivity (File Version: 2.0.20520.0)
After installing Silverlight 5 on my machine, the following assemblies are the ones with the highest file versions.
- System.Windows.Controls (File Version: 5.0.61118)
- System.Windows.Interactivity (File Version: 2.0.20520.0)
Note that the version of the Interactivity DLL matches however the Controls DLL is higher. I am wondering if this is the cause of my problems.
Does Caliburn.Micro support the newer Controls assembly? Are there plans to do so?
|