[Mono-winforms-list] how to run application developed in .net using vs 2005 in windows xp2 operating system on linux

Sandy Armstrong sanfordarmstrong at gmail.com
Wed Dec 24 15:42:01 EST 2008


On 12/22/2008 11:40 PM, kumar1229 wrote:
> hi all
>
>   I have developed one accounting application in visual studio 2005 using
> postgresql database in windows xp2 operating system now i want to use the
> same application on linux operating system
>    

Maybe others will have detailed steps.  My advice is to read these 
(especially the part about running the Mono Migration Analyzer on your 
stuff in Windows):

http://www.mono-project.com/Guide:_Porting_Winforms_Applications
http://www.mono-project.com/Guide:Writing_Cross_Platform_applications

Also, your setup.exe will not work on Linux.  Copy over your assemblies, 
and try running them uninstalled with Mono like this:

mono mycoolapp.exe

Good luck,
Sandy


More information about the Mono-winforms-list mailing list