I'm having a problem with my WPF application. I have two images in the XAML code, and when I run the application on my computer, they appear normal, but when I ask someone to run the .exe file, it runs normally, but the images do not appear. How can I do to set the source images so that when another user runs the .exe file, the images appear on the screen?
The image code in XAML:
<Image Source="\MULINFSV0005\User$\mathias.deitos\Meus Documentos\Visual Studio 2013\Projects\WpfApplication2\WpfApplication2\clock.png" HorizontalAlignment="Left" Height="52" Margin="41,27,0,0" VerticalAlignment="Top" Width="68"/>