Riadh Mcharek
BitmapImage imgSource = new BitmapImage(new Uri(@"C:\riadh\20130524_190307.jpg"));
riadhimage.Source = imgSource;
MessageBox.Show(imgSource.ToString() );