Trying to get Veeam Agent for Windows to run, installs without error using:
VeeamAgentWindows_13.0.1.1009.exe
I get the following error when trying to run anything…
Could not load file or assembly 'System.Diagnostics.EventLog, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
I installed .net 8.0.24, here’s the list of runtimes…
C:\>dotnet --list-runtimes
Microsoft.AspNetCore.App 8.0.24 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.24 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 8.0.24 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
After installing the runtimes, I’ve removed the agent software, rebooted, reinstalled but the same issue continues.
Anybody have any ideas?

