Я пытался использовать ICO файлы, определяющие IconReference следующим образом:
Код: Выделить всё
task.IconReference = new IconReference("MyIcon.ico", 0);
Код: Выделить всё
task.IconReference = new IconReference("MyDll.dll", 0); // either with a 0-based index
and
task.IconReference = new IconReference("MyDll", 101);
Кто-нибудь знает
Подробнее здесь: https://stackoverflow.com/questions/791 ... -correctly