-2

I am creating a console application and I would like to add an icon for it. I obviously googled it and came across the exact same answer: 1) Click on the solution 2) Go to Properties 3) Go to application 4) Choose your icon However when I do this it says ********\icon.ico is not a valid icon file. Does anyone know what I am doing wrong? By the way I am using Visual Studio.

zai-turner
  • 75
  • 1
  • 10

1 Answers1

0

How are you making the icon? The file format is probably incorrect, why not install one of the many free icon makers or try selecting another icon that you know is in a good format to see if the error message goes away.

You can not simply rename a png to ico for example, you need to convert it.

cs-NET
  • 496
  • 4
  • 3