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
It seems to be due to the missing wixtoolset.sdk
The user's nuget config is apparently ignored, but adding a nuget.config on project root with nuget url fixes the problem (to me).
I had to update my globally installed Wix from 4.01 to 5.0.2 via: dotnet tool update --global wix
I was using a internal nuget repository, which did not have wix. So I also needed to add the "normal" nuget repo in VS2022 via: Tools > Nuget Package Manger > Settings.
I then could create a msi project in my blank solutio.
HeatWave Version
1.0.4
Visual Studio Version
4.8.09032
Repro Steps
Actual Result
Exception of type 'System.Exception' was thrown.
Expected Result
Project creation
The text was updated successfully, but these errors were encountered: