wpf application doesnt start
How do I find out if there is any assembly that I am missing or something else? the application runs fine on my computer (Win 7) but doesn't run on XP, the Process Starts for a few second if I look in Ta开发者_运维知识库sk Manager then Dies? I never see any errors?
We figured out for WPF that we were using an icon file with PNG compression enabled. Apparently, that made our application crash on XP.
Try loading the default icon into your application, and make sure its loaded, then see if it works.
精彩评论