-
Yesterday VS 17.13.0 was released. After I upgraded it my WiX installer projects (5.0.2) don't build anymore complaining at XmlFile element. Note, that it compiled without an issue before and WixToolset.Util.wixext nuget package is referenced. In another installer it started complaining at The builds failed both from Visual Studio UI and from msbuild/command line. Rolling back Visual Studio to v. 17.12.4 resolved the issue. I don't know whether this is an issue in Visual Studio or in WiX, so this is not really a bug report. Just attracting attention that there may be compatibility issues. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
Probably this issue:
https://developercommunity.visualstudio.com/t/VS-1713-Preview-2-breaks-WiX-v5-project/10809797
Workaround:
https://developercommunity.visualstudio.com/t/VS-1713-Preview-2-breaks-WiX-v5-project/10809797#T-N10813883