Requirements for a C#.NET Windows Application

Could anyone pls tell me the minimum System Requirements for a C#.NET Windows application. ie. Requirements like RAM, Processor, Hard Disk Free Space etc.

Answer this question

Requirements for a C#.NET Windows Application

  • VB-Newbie

    Not counting your own application requirements my guess is that the minimum is bounded by the min. requirements of the .Net Framework redistributable that you are using (v1 or v2).  I did a quick search for the redistributables min. req. still didn't found anything in detail but will keep on searching.

    Min Req. = (.Net Framework redist. requirements) + (your own app. requirements)

    (I visit the download center ".NET Framework Version 2.0 Redistributable Package Beta 2 (x86)" page still not many details about the req. where given)


  • Cuno Evertzen

    The requirements for .NET 1.1 can be found here:

    http://msdn.microsoft.com/netframework/technologyinfo/sysreqs/default.aspx

    I presume that the requirements haven't really changed for .NET 2.0.< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />


  • rrobs

    There is one important change: .NET 2.0 no longer installs on Windows NT 4.0. Windows 98/Me are still supported, unfortunately...
  • Requirements for a C#.NET Windows Application