I need to build a WPF UI and I am trying to use MVVMCross as the MVVM framework. I download MVVMCross binaries from github and followed the article on code project http://www.codeproject.com/Articles/566635/MvvmCross-TipCalc-Step-6-Creating-a-WPF-UI
But when I compile the solution once I change the user control to MvxWPFView in the xaml and partial class I get the error The name "MvxWpfView" does not exist in the namespace "clr-namespace:Cirrious.MvvmCross.Wpf.Views;assembly=Cirrious.MvvmCross.Wpf".
What could be the issue? Is the binaries wrong? How can I resolve this. I want to build WPF app using .NET faremwork 4.5 and using VSTS2012 IDE. Currently I have not installed Xamarin platform on my Windows 8 machine. I want to first build the app on Windows and then share the code and build new UI for iOS devices. Please help.