Xamarin.Forms XAML intellisense issue
I'm getting issues with VS2015 and Reshaped 9.1.3 that I wasn't a few months ago.
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
Results in "the type ContentPage was not found". Same with any other Xarmarin.Forms reference.
If I allow Reshaper to complete my reference (instead of using the template), I end up with
<forms:ContentPage xmlns:forms="http://xamarin.com/schemas/2014/forms"
Which still results in "the type ContentPage was not found". What gives?
Please sign in to leave a comment.