Reputation: 4356
Hi Xamarin/MvvmCross devs,
I just tried to upgrade my v3.5.1 MvvmCross app to V4.+ but ran into an error. The app originally is a Windows Phone 8.1 application, I installed the latest MvvmCross and started using MvxWindowsPage for the xaml.cs partial class because MvxPhonePage was not in the assembly anymore.
I am now running into this error
The type or namespace name 'WindowsUWP' does not exist in the namespace 'MvvmCross' (are you missing an assembly reference?)
in the generate view.g file.
I'm using MvvmCross V4.4.0 at the moment. Am I missing something on my side?
I'm open to any suggestions. Thank you
EDIT 1
The references as added by Mvvmcross to the Windows phone 8.1 project is:
Upvotes: 0
Views: 172