[RESOLVED] How to load only image thumbnails?
Hello!
I'm trying to create image thumbnails and I saw a great tutorial here:
http://blogs.msdn.com/b/dditweb/arch...humbnails.aspx
The only problem is that I'm getting the error in the post title, even though I have that namespace and visual studio notices it.
Code:
The name "UriToBitmapConverter" does not exist in the namespace "clr-namespace:Kuvajuttu_WPF_Advanced.Thb".
http://i.imgur.com/Zc6fx.png
Edit: Is there any other way to load only image thumbnails? Because loading every single image and then creating thumbnail just takes so much time.
Any help is appreciated.
Re: How to load only image thumbnails?
try rebuilding your project to see if the error goes away.
Re: How to load only image thumbnails?
Hello batupata,
Did the above fix your problem, or are you still having issues?
Gary
Re: How to load only image thumbnails?
Hello,
I had removed the code from the program already but I tried again and it worked! Don't know why it didn't work before. Anyway, thanks to everybody who tried to help!
Re: [RESOLVED] How to load only image thumbnails?
Hello,
Glad to hear that you got it working!
Gary