Hi Gyanit, > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Gyanit Singh > Sent: Monday, July 04, 2005 8:40 PM > > Actually i am doing some cross platform development work.. that is > using .NET in windows and mono-1.1 on linux. Is there any IDE for > linux which recognizes .sln or .csproj file made by Visual studio > .NET. Can any one give some some pointers on cross platform > development work (for mono and .NET).
You can develop on Windows and test/run your compiled assemblies on Linux. You only have to make sure to make builds for the Release target using "Rebuild Solution" to get compatible assemblies. See http://www.mono-project.com/FAQ:_Technical#Compatibility for some more info. Joerg. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
