ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Visual studio 2019 from choco

From: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Date: Tue, 26 Nov 2019 14:19:27 +0000

On Tue, 26 Nov 2019 at 11:55, Dario Lombardo <lomato@xxxxxxxxx> wrote:
Hi
I'm following the win32/64 guide from the very beginning on a fresh win10 VM. I'm basically at the top, but I hit an error. In chap 2.2.2 I'm issuing the choco command to install visualstudio. The installation fails because dotnetfx fails. I've found this error message:

The .NET Framework 4.8 is not supported on this operating system.

The documentation doesn't say anything about incompatibilities with .NET. How can I fix it (I guess installing .NET by myself?)?
Should we document something since this is a generalized problem, or it's just mine?
--
Naima is online.
It seems that MS no longer install the .Net framework by default, it's an additional option.  See the MS page on this issue here:  https://docs.microsoft.com/en-us/dotnet/framework/install/on-windows-10 

The choco package "dotnetfx"  will install this:  https://chocolatey.org/packages/dotnetfx 

Arguably it should be a dependency for the VS choco packages, and it is listed for the VS 2019 community package.  Not sure what's gone wrong for you here.

--
Graham Bloice