I was wondering if VisualStudio Apps / Windows Forms Applications will run on Linux. I wasn't sure because they are called Windows Forms Application. If not is there a way they can be converted to Linux Apps.
Also do they work on Mac?
Does Visual Studio Apps Work On Linux?
Page 1 of 15 Replies - 3175 Views - Last Post: 25 August 2008 - 07:15 AM
Replies To: Does Visual Studio Apps Work On Linux?
#2
Re: Does Visual Studio Apps Work On Linux?
Posted 25 August 2008 - 06:01 AM
They do not work on Linux as compiled executables - you would need to recompile them on the system itself. Also, if you have any platform dependent libraries, that recompile would not succeed. Much of what you refer to as Windows Forms is platform dependent, so would not work. you would need to replace the platform dependent libraries and techniques with something available to a Linux system (there are several choices).
#3
Re: Does Visual Studio Apps Work On Linux?
Posted 25 August 2008 - 06:07 AM
#4
Re: Does Visual Studio Apps Work On Linux?
Posted 25 August 2008 - 06:19 AM
Good point - but Mono is meant to help with .NET frameworked projects. Many apps can be built in Visual Studio that do not use the .NET framework at all.
#5
Re: Does Visual Studio Apps Work On Linux?
Posted 25 August 2008 - 06:56 AM
Amadeus, on 25 Aug, 2008 - 08:19 AM, said:
Good point - but Mono is meant to help with .NET frameworked projects. Many apps can be built in Visual Studio that do not use the .NET framework at all.
Of course not every Visual Studio project can run on Mono. But if you want to be able to write "Windows Forms Applications" in Visual Studio and have them work on other operating systems, a .NET project that will run on Mono is the only way to go.
#6
Re: Does Visual Studio Apps Work On Linux?
Posted 25 August 2008 - 07:15 AM
Well I guess that's good news because I am writing in C#.NET
Thanks for your help.
Thanks for your help.
Page 1 of 1