You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade wix v3 project using the VS project context menu.
Allow it to upgrade automatically
Build the solution
There is a build error : Severity Code Description Project File Line Suppression State
Error WIX0199 The Wix element has an incorrect namespace of 'http://schemas.microsoft.com/wix/2006/wi'. Please make the Wix element look like the following: . ProjName C:\r\ProductNameBin.wxs
Even after change the xmlns in ProductNameBin.wxs the error comes back and xmlns changes back to original xmlns which is 'http://schemas.microsoft.com/wix/2006/wi'
Actual Result
Build error stated above
Expected Result
Solution should build fine after upgrading wix v3 project to Heatwave/Wix 4
The text was updated successfully, but these errors were encountered:
Oddly this only happens for two out of six of my wxs files.
note that the <?xml > tag is also added.
I committed the changes locally to git, and then also tried while disconnected from the Internet with the same result, so nothing is being reverted from git,
HeatWave Version
4.0
Visual Studio Version
22
Repro Steps
Severity Code Description Project File Line Suppression State
Error WIX0199 The Wix element has an incorrect namespace of 'http://schemas.microsoft.com/wix/2006/wi'. Please make the Wix element look like the following: . ProjName C:\r\ProductNameBin.wxs
Actual Result
Build error stated above
Expected Result
Solution should build fine after upgrading wix v3 project to Heatwave/Wix 4
The text was updated successfully, but these errors were encountered: