Error WIX0094: .wxs Files Not Loading #7473
Unanswered
burrito227
asked this question in
Questions
Replies: 1 comment
-
Remove the Note that it's not recommended to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
4.0.0
wix --version returns 4.0.0+8c757c0f
2022
4.8
I am a WiX newbie.
We recently converted our WiX v3 project to v4 using the heatwave tool. The build fails with the following error codes:
The weird part is that the two files (MyProductWebServComp.wxs and MyProductWinServComp.wxs) are generated during the build. I can see the two files pop up in the solution explorer about 2-5 seconds before the build fails. If a second build is ran consecutively after the failed build, the second build succeeds since the old files are there.
We have the HeatDirectory defined in in our wixproj,
And then an example in our Product.wxs file,
I saw a discussion where somebody was getting the same error, but sounded like different issue... I've tried adding with no change.
<EnableProjectHarvesting>true</EnableProjectHarvesting>
and
<PackageReference Include="WixToolset.Heat" Version="4.*" />
Does anybody have any idea what I am missing?
Beta Was this translation helpful? Give feedback.
All reactions