WPF Icon Won't show after install -
i have wpf app has icon. when run program using ctrl + f5 - works great! icon shows in task bar. if install on local computer developed app on... still shows.
but, when install on different computer icon doesn't show in task bar or anywhere else.
any ideas on one? thanks.
i'm going guess did along following lines:
<window icon="/resources/myicon.ico" ...> if that's case, make sure go myicon.ico file , change build action resource.
Comments
Post a Comment