Running a WPF application on Windows XP

后端 未结 4 1256
鱼传尺愫
鱼传尺愫 2020-12-31 23:28

I recently built a new application using WPF, so that I can learn the new technology. Now that I am trying to deploy the application, it appears as if it is running fine on

4条回答
  •  北荒
    北荒 (楼主)
    2020-12-31 23:44

    I've done a bit more experimentation and built a test WPF project and used a Setup and Deployment project instead of a WiX installer. for some reason, the application is working fine when its installed with the Setup and Deployment installer, but when using WiX, it's having issues...

    Beginning to think the issue has to do with WiX, and not the .Net Fx version/build

提交回复
热议问题