Click here to Skip to main content
15,897,334 members

Comments by Member 11478849 (Top 1 by date)

Member 11478849 9-Sep-20 6:11am View    
A WinForms .net core application can ONLY be deployed on windows.
A lot of people get confused because.net core is cross-platform.

Indeed, you will notice in your Winforms .net core application, there is a reference to the framework Microsoft.WindowsDesktop.App.WindowsForms that can only run on windows machines.

What you can do is:
- use the mono runtime to run your windows forms on Linux
- use visual studio with mono libraries.