Replies: 4 comments 5 replies
-
Yes, I am seeing the same thing. I clearly see 5.0.0-rc.1 on the nuget site but when I try to update from 4.0.4 to 5.0.0-rc.1 in Visual Studio the .wixproj will no longer load. I looked to see if there was a new version of Heatwave and didn't see one. I started with a blank Heatwave MSI v4 Package project template just to make sure it wasn't something I was doing wrong in my v4 templates. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
A general question about the discussions. |
Beta Was this translation helpful? Give feedback.
-
I can only build if I don't include any extensions. IIS, Util, NetFx and probably more all reject WiX 5.0.0-rc.1 and any attempt to use their namespaces and elements in the wxs results in a build break in msbuild. C:\Users\redacted.nuget\packages\wixtoolset.sdk\5.0.0-rc.1\tools\wix.targets(581,5): warning : WixToolset.Util.wixext @robmen I'm also curious how this was fixed. I don't see any activity in Nuget in the past 3 days. I only see one commit to github to start rc2 and I'm still running HeatWave 1.0.2. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I will start with a discussion and can create issues if needed on monday.
The wix repository https://github.com/wixtoolset/wix develop branch is missing a v5.0.0-rc.1 tag and a v5.0.0-rc.1 Pre-release.
It is not possible to build with MSBuild and in the project file because the project system can not find what it needs. Not sure why because the WixToolset.Sdk package on NuGet has a version 5.0.0-rc.1.
Anyone else with this problem?
Beta Was this translation helpful? Give feedback.
All reactions