I have writen some C# software, which basicly writes and reads from a database to gives communication betwean PHP website and C# application.
I'm useing Visual Studio 2010 Pro but can only drop support back to .Net 2.0
I would like full support for my software from Windows XP Original which i belive was .Net 1.1
Does anyone have a Good solution for me?, ive heard that mono takes out .net support alltogether is this correct?
if not a better solution.
Thanks in advance!
Loading
VulpesPosted Oct 18, 2011, 6:07 AM
However, there's nothing to stop XP users from downloading version 2.0 of the .NET redistibutable
(http://www.microsoft.com/download/en/details.aspx?id=19) so they can run your software, provided they've installed service pack 2.0 or later and also have IE 5.01 or later.
If you were to drop back to .NET 1.1, you'd need to acquire an old copy of VS 2003 and would have to rewrite the parts of the application which use .NET 2.0 features such as generics, iterators, anonymous methods etc.
clinton robertsPosted Oct 18, 2011, 6:59 AM
VulpesPosted Oct 18, 2011, 6:18 AM
clinton robertsPosted Oct 18, 2011, 6:12 AM