I try to show animated GIFs in WPF application using custom classes found at How do I get an animated gif to work in WPF? First I used AnimatedImage class, after that - GifImage class. Both classes failed during animation initialization (while resoving Uri to the GIF file, saved as app. resource, its "Build action" = resource).
The result of second attempts was shown in the picture at this link: http://i.piccy.info/i5/47/02/490247/2.png
Sorry for link, but StackOverflow engine says, that I must have at least 10 reputation points in order to use pictures.
What is the error?