You don't have to do either. Keep your System namespaces. The Mono namespace exists, but it consists of extra classes, not replacements for the core System ones. Also, apps compiled with .NET will work with the Mono runtime, and vice versa, so compiling your app with Mono is not a requirement.
djdeveloper wrote: > > Hi all, > > I'm asking myself how to port a C#.NET app to mono. Do i have to replace > all the usual namespaces like e.g. "System.Data" with "Mono.Data" and so > on? Or do I just have to compile using the mono compiler and that's all? > If yes, what's the use of e.r. "Mono.Data" ? > > Thank you very much in advance for your effort. > > > > Best Regards! > -- View this message in context: http://mono.1490590.n4.nabble.com/Porting-NET-application-Namespaces-tp2272722p2272726.html Sent from the Mono - Dev mailing list archive at Nabble.com. _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
