tags:

views:

456

answers:

3
A: 

I just tried in Visual Studio 2008 SP 1 and it worked. I dragged the file into the project, and I was simply able to type "favicon.ico" in the property pane.

Are you sure it's at the root level of your application? If you have it in a subfolder in the project it will require the full relative path (like "icons\favicon.ico").

Bob King
Yes. Same message.
Daok
A: 
Robert Macnee
A: 

I had a similar problem with close.bmp. I renamed it to close-image.bmp, and it fixed it. But right now, I tryed to rename it into close.bmp again, and today it works. Seems to be a problem with solution... Read this discussion:

http://social.msdn.microsoft.com/Forums/en-US/vswpfdesigner/thread/b03061e5-5500-442f-9c88-a6d82f97c2b7

Also, your settings are right. You need to include it and make 'Build Action: Resource'

alex2k8