Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

XamlC on assembly level, breaks on masterdetailpage setting detailpage in xaml

$
0
0

I'm creating an application where I'm using MasterDetailPage's. Everytime i'm setting a detailpage as in the sample here https://github.com/xamarin/xamarin-forms-samples/blob/master/Navigation/MasterDetailPage/MasterDetailPageNavigation/MainPage.xaml I keep getting a compile error "Failed to resolve assembly...." . At the same time I enabled XamlC on assembly level like this in app.cs assembly: XamlCompilation (XamlCompilationOptions.Compile)]. I tried to remove this line and suddenly everything build and is also able to run. Is this an issue in the Xaml Compiler?


Viewing all articles
Browse latest Browse all 77050

Trending Articles