.net apps

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

i have created a calculator and i am publishing it to the web. i need the
system requirements, though. first of all, which windows versions do .net
apps work on? second of all, which .net framework do you need to run apps
created with visual studio 2005 beta 2? by the way, dont find where you can
download it! i will do that. dont waste your time!

thanks in advance!
 
Alvo said:
i have created a calculator and i am publishing it to the web. i need the
system requirements, though. first of all, which windows versions do .net
apps work on?

Look at this url for the system requirements of .NET 1:

http://msdn.microsoft.com/netframework/technologyinfo/sysreqs/default.aspx
second of all, which .net framework do you need to run apps
created with visual studio 2005 beta 2? by the way, dont find where you can
download it! i will do that. dont waste your time!

Simple: you need the .NET framework 2.0 beta 2. The version number is
2.0.50215.45. Get it here:

http://www.microsoft.com/downloads/...8F-287E-4C7E-9A4A-A4ECFF40FC8E&displaylang=en

Be aware that you need to sign Microsoft's Go-Live license to be allowed
to distribute applications made with .NET 2.0 beta 2. See here:

http://lab.msdn.microsoft.com/vs2005/golive/


Oliver Sturm
 
Beta2 apps. needs the v2.0 framework included with VS2005 beta2 or higher.
But as it is not released yet, you are not allowed to distribute
applications built with this beta unless you signed the Go-Live license
agreement (search the MSDN site).

Willy.
 
Back
Top