Dávid Molnár

Results 257 comments of Dávid Molnár

> Severity Code Description Project File Line Suppression State > Error Version 6.0.300 of the .NET SDK requires at least version 17.0.0 of MSBuild. The current available version of MSBuild...

Seemingly VS is doing the following when creating the package: ``` Rebuild started... ------ Rebuild All started: Project: WalletWasabi.WindowsInstaller, Configuration: Release x64 ------ C:\Program Files (x86)\WiX Toolset v3.11\bin\Heat.exe dir ..\WalletWasabi.Fluent.Desktop\bin\dist\win7-x64...

Which VS is that VS2022? In VS2022 the whole IDE crashed when I try to rebuild.

Right click - rebuild - VS2022 crashed.

I got a huge crash (VS) after press rebuild on the Wixinstaller project in Wasabi repo. ![image](https://user-images.githubusercontent.com/9844978/184123132-a4901d10-c9c0-48f0-8dde-32f7573a8437.png)

Is it working for you?

I am trying these devenv.exe /ResetSettings devenv.exe /ResetUserData devenv.exe /SafeMode

I think I know what's happening at your side. It immediately stops at the beginning because first you need to run publish in the packager, so the files will be...

dotnet run -- publish

Fixed! https://github.com/zkSNACKs/WalletWasabi/pull/9188