Misael Moneró
Misael Moneró

Reputation: 869

Xamarin forms content page issue

I'm having some issues adding a new content page. I think it's some kind of issue with Visual Studio 2017 Community. When I add a new content page I can't see the .xaml file. After clicking show all files I see this:

Visual Studio solution

Also, I can't include the .xaml file in the project. When I click include in project nothing happens. I'm using visual studio 2017 community, Windows 10.

What should I do?

Upvotes: 0

Views: 400

Answers (1)

maplemale
maplemale

Reputation: 2036

I fixed it manually by editing the xml in project file and closing / opening the project. However, after upgrading my version of Visual Studio it seemed to resolve itself going forward.

I'm on 15.5.2 Also, I seem to remember this being related: https://bugzilla.xamarin.com/show_bug.cgi?id=55591

...and suggestions here being helpful:

https://forums.xamarin.com/discussion/100129/xamarin-forms-vs2017-netstandard-xaml-and-code-behind-are-not-grouped

Upvotes: 1

Related Questions