Answers for "system.io.filenotfoundexception: 'could not load file or assembly 'system.windows.forms, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089'. the system cannot find the file specified.' on console app"

C#
0

Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.

// MacOS CLI
dotnet add package Microsoft.Bcl.AsyncInterfaces
Posted by: Guest on January-12-2021

Code answers related to "system.io.filenotfoundexception: 'could not load file or assembly 'system.windows.forms, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089'. the system cannot find the file specified.' on console app"

C# Answers by Framework

Browse Popular Code Answers by Language