user8721
user8721

Reputation: 39

.Net 6 framework not found on target machine

I am experiencing the following issue:

However, when I try to run the executable I get this error: enter image description here

Upvotes: 0

Views: 423

Answers (1)

Steve Todd
Steve Todd

Reputation: 126

Just to confuse you, Microsoft publishes many different versions of the .NET 6 runtime. There are versions for ASP.NET hosting, Console applications and Windows desktop. You need to ensure that the desktop version is installed.

Upvotes: 1

Related Questions