There are 2 types of exe files: unmanaged ones, and managed (.NET) ones. The second type can be run with Mono. So it seems like you should try to run that exe file with Mono.
ktix007 wrote: > > I was following this Guide: > http://mono-project.com/Guide:_Porting_Winforms_Applications > http://mono-project.com/Guide:_Porting_Winforms_Applications > > But it's very confusing. It says: > > Now go back to Windows, and access your new share by typing > "\\mono\nclass" into the Run dialog. Copy your NClass project to the Mono > image share. > > > On the Mono image desktop, double click your NClass folder, and navigate > to your compiled NClass.NClass.exe application. Double click it and the > application should run. > > Exe files don't run on Linux. Is this an error? Or am I doing something > wrong? > -- View this message in context: http://www.nabble.com/Porting-Windows-Forms-app-to-Linux-using-mono-%21problems%21-tp25212144p25214987.html Sent from the Mono - WinForms mailing list archive at Nabble.com. _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
