XamlParseException after deploying WPF project

前端 未结 10 1092
心在旅途
心在旅途 2020-11-30 10:08

I have been trying to deploy my WPF app, I created a Setup Project using the Setup Wizard.The only Project Output I added was Primary. After building this and installing the

10条回答
  •  攒了一身酷
    2020-11-30 10:22

    I had this problem with a WPF solution in VS2010. The solution contained a simple dll and a test project (set to startup) for testing the dll. My dll was set to x86 and my test project was set to x64. When I changed the test project to x86 the problem was resolved.

提交回复
热议问题