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
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to