You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a Prism xamarin.form project
My App.xaml is <?xml version="1.0" encoding="utf-8"?> <prism:PrismApplication xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:prism="clr-namespace:Prism.Unity;assembly=Prism.Unity.Forms" x:Class="blablabla.bla"> <Application.Resources> <ResourceDictionary Source="Styles/Global.xaml" /> </Application.Resources> </prism:PrismApplication>
My Global.xaml is located in the right directory (without LiveXAML all is working great),
but when I install LiveXAML (2.1.44) I have the following error while compiling: Error: Position 4:25. Resource 'Styles/Global.xaml' not found. (blablabla app)
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I have a Prism xamarin.form project
My App.xaml is
<?xml version="1.0" encoding="utf-8"?> <prism:PrismApplication xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:prism="clr-namespace:Prism.Unity;assembly=Prism.Unity.Forms" x:Class="blablabla.bla"> <Application.Resources> <ResourceDictionary Source="Styles/Global.xaml" /> </Application.Resources> </prism:PrismApplication>
My Global.xaml is located in the right directory (without LiveXAML all is working great),
but when I install LiveXAML (2.1.44) I have the following error while compiling:
Error: Position 4:25. Resource 'Styles/Global.xaml' not found. (blablabla app)
Thanks
The text was updated successfully, but these errors were encountered: