Hi
If I try to load a image like described below in a Page I get a thread exception.
The image "Logo.png" is part of the PCL Library With build action 'BundleResource'.
var imageLogo = new Image
{
Source = ImageSource.FromResource("Logo.png")
};
Do I have to move the Resource to each Application (Android, iOS and Windows Phone ? )
Regards