I'm coding a C# application using WPF
i've a problem when i add a picture as resource in my project and use it as background for some items, in the execution i've an exception in the fonction InitializeComponent();
IOException : Cannot locate resource 'ressources/images/avatar-medecins_0.jpg'.
the image is located in the folder ressources/images and i already set it as ressource for the app this problem occurs with any picture i use !