Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8830923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:12:00+00:00 2026-06-14T08:12:00+00:00

On good old Win2k, the highest supported version of the .NET Framework is 2.0

  • 0

On good old Win2k, the highest supported version of the .NET Framework is 2.0. If one would like to run modern C# applications (for example, which use LINQ), the Mono Framework may be the solution. Unfortunately it is not clear whether Windows 2000 is supported by Mono. The Download page says the latest version (3.0.1-beta) “works on all versions of Windows XP, 2003, Vista and Windows 7”, but the Release Notes displayed by the installer claims that “this build runs on Windows 2000 or later”.

As a quick test, I tried to compile and run the following code on a Win2k box, using different versions of Mono (2.0, 2.10.9, 3.0.1-beta):

// Test.cs
using System;
using System.Linq;

public static class Test
{
  public static void Main()
  {
    Console.WriteLine(Environment.Version);
    int[] numbers1 = { 5, 4, 1, 3, 9, 8, 6, 7, 2, 0 };
    var numbers2 = from number in numbers1 where number < 5 select number;
    Func<int, int> negate = number => -1 * number;
    foreach (var number in numbers2)
      Console.WriteLine(negate(number));
  }
}

I opened the Mono Command Prompt, changed the working directory to that of Test.cs, and tried to compile it by mcs Test.cs.

  • The old version 2.0 worked, I just had to use gmcs
    instead of mcs. I could successfully run the executable on Mono
    2.0. (When I tried to run it on .Net 2.0, I got an exception, as I expected.)
  • In case of version 2.10.9 and 3.0.1-beta,
    nothing happened: no exe was created and no error message was displayed. These versions work on Windows XP, I could compile the code and run the executable.

Questions:
Is Windows 2000 still supported by Mono? What happened to Mono between version 2.0 and 3.0, which could explain the the above mentioned compilation problem? What could be done to make the latest version work on Win2k?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T08:12:01+00:00Added an answer on June 14, 2026 at 8:12 am

    You do not need anything newer than .NET 2.0 to get most of the nice .NET 3.5 features.
    Type inference, lambda methods, etc. are supported by the C# 3 compiler included in Visual Studio 2008-2012 even when targeting .NET 2.0.

    But here’s the important link (pun intended 😉 ): http://code.google.com/p/linqbridge/
    LinqBridge gives you full Linq-to-Objects support on .NET 2.0.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using old good RichEdit control with last version of VB.NET I want
We're building a PHP app based on Good old codeigniter framework and have run
Good morning, I have mysql queries where I would like to calculate percentage of
Good day, just a quick question: I would like to bind a table to
I've got a problem in good old IE7, as one of my clients is
Hey I'm currently making a 2D fighter a lot like the good old Mortal
So I'm working on some pixel shaders for good old emulators like Super Nintendo.
In good old MFC, the DDX routines would have built in validation for form
I want what in the good old days would be a two-column table layout.
I'm currently working on a small-terminal based game like the good old MUD's, written

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.