Unable to Create MSI Project in VS "New Project" Wizard #9
Unanswered
CJKeller03
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
@CJKeller03 if you create a project manually like this:
is HeatWave able to open that for you? We're still investigating the mysterious problem with the project templates. We're unable to reproduce the issue ourselves, making it challenging. |
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.
-
Hello! I'm using the latest version of HeatWave (1.0.6, downloaded through the Visual Studio extension manager) on a fresh install of VS Professional 2022 (17.14.3). When I right-click on my solution and use the Add > New Project > MSI Package wizard to create an installer project, I get an error that "The SDK 'WixToolset.Sdk/6.0.0' specified could not be found."
I have ensured that
https://api.nuget.org/v3/index.json
is both present and enabled in the NuGet package sources, so VS should be able to download it.I've searched all over with no resolution to this issue, and even tried uninstalling and reinstalling VS completely with no success. Any idea what I might be missing? I was able to get it working without issue on a different machine running VS 17.13.6, but when I tried using the same version on my primary machine it still didn't work. Both are running Windows 11.
Let me know if there's any additional debugging details I should provide - thanks!
Beta Was this translation helpful? Give feedback.
All reactions