I'm trying to get a gif in a WPF window. Within the designer its loaded, it's even animated.
But whenever I build and start the application
FileNotFoundException: Could not load file or assembly 'WpfAnimatedGif, PublicKeyToken=9e7cd3b544a090dc' or one of its dependencies. The system cannot find the file specified.
It's a Packaged I downloaded, the reference is set to copy local = true. I also tried false but it didn't work. Tried rebuilding it and building it on other x64 and 'any CPU
Can't seem to figure it out. Any help is welcome