robvdpol / RaceControl

Race Control is a standalone, open source F1TV client for Windows, written in C# on the .NET platform.
GNU General Public License v3.0
1.19k stars 95 forks source link

[BUG] Expected Framework missing #392

Closed mahejo closed 2 years ago

mahejo commented 2 years ago

Describe the bug Since 2.6.+ I can't run the application. It keeps asking for Framework .Net 6; also after I have installed the framework.

Desktop (please complete the following information):

F1TV account

Additional context To fix it I have to uninstall Race Control and use an older version.

sidewinder94 commented 2 years ago

Which exact version of the runtime have you tried installing ?

Theoretically, you'll need the .NET Desktop Runtime 6 (links to version 6.0.3, because it's a security update,and it's the x64 version)

I don't know which version of RaceControl is included in the MSI, so you might have to install the x86 version instead.

The whole list of downloads can be found here : https://dotnet.microsoft.com/en-us/download/dotnet/6.0

Possible duplicate of #355

robvdpol commented 2 years ago

Duplicate of #355