I’ve developed a Notepad kinda Windows application in VB.NET using Visual Studio 2008. Is it possible for me to run the file in the Linux environment if I install the mono-develop package?
I’ve developed a Notepad kinda Windows application in VB.NET using Visual Studio 2008. Is
Share
If all the functions you have used are supported by mono, you should be able to.
Check your application with MOMA (The Mono Migration Analyzer) to be sure.
One difference from windows is that you can’t simply call the executable – you need to call
mono executablename.exe.