1. 程式人生 > >Xamarin.Forms.Xaml.XamlParseException: No embeddedresource found for

Xamarin.Forms.Xaml.XamlParseException: No embeddedresource found for

問題來源

Xamarin.Forms 從 2.5 更新到 3.0 之後就遇到這個錯誤了

Xamarin.Forms 2.5 – project build success

Update Xamarin.forms version from 2.5 to 3.0 then build again, – project build failed with error:

Xamarin.Forms.Xaml.XamlParseException: No embeddedresource found for

解決方案

在 Xamarin.Forms 中所有的 Page.xaml.cs 加入下面這句程式碼:

[XamlCompilation(XamlCompilationOptions.Compile)]