firegiant / HeatWaveSupport

Issues-only repository to report HeatWave bugs and feature requests to FireGiant
3 stars 0 forks source link

Create a new project doesn't work, errors out with HRESULT 0x80041fe4 #22

Closed BPodszun closed 1 year ago

BPodszun commented 1 year ago

HeatWave Version

0.9.4.1

Visual Studio Version

17.4.4

Repro Steps

  1. Open VS, click "Create a new project"
  2. Select "MSI package (WiX v4)"
  3. Fill in a project name and click "Create"

Actual Result

A message box appears, saying


Microsoft Visual Studio

Exception from HRESULT: 0x80041FE1

OK

And nothing else happens/the project and solution isn't created and I'm stuck.

Expected Result

I expected to be able to generate a new project

FireGiantHelp commented 1 year ago

We've been unable to reproduce this issue. Can you send the ActivityLog.xml in the %APPDATA%\Microsoft\VisualStudio\17.0_xxxxxxx\ folder? That is the first and easiest place to start.

BPodszun commented 1 year ago

This is resolved. My current understanding is that my VS was lacking features and this is either not checked in a nice way during installation of the HeatWave addon or during the project creation phase.

What I did:

Since then I can create new projects as well. So ultimately it's on me, but if there's a way to make this problem more obvious on your side that might help the first impression in similar cases?

FireGiantHelp commented 1 year ago

Thanks for that additional information. With that in hand, we were able to reproduce the issue starting from a fresh VM, just as you described. And you are correct that we need to declare additional prereqs and have them enforced on install. We've taken a first pass at addressing this with the HeatWave 0.9.5 release due out later today.

FireGiantHelp commented 1 year ago

We expect this issue is fixed in HeatWave v0.9.6 now available in Visual Studio Marketplace so Visual Studio should provide notification of the update.

levaconline commented 9 months ago

image