473,396 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

the framework

Hi,
if i am writing a c# application and send it to a user withe XP OS but with
no visual studio .Net did he need to install the .net framework or it
allready instal on any XP-OS???

What about other OS like win-98,95,nt,2000???

did other users that need to use my C# application need to install the .net
framework???

Thanks.
Nov 15 '05 #1
6 1211
Hi Dave,

Any machine that is going to run a .NET application must have the .NET
Framework installed on it first. Windows Server 2003 includes the .NET
Framework but you must download an install it manually for every other
version of Windows. The only version of Windows that *does not* support .NET
applications is Windows 95.

You can get the .NET Framework using Windows Update or by going to
http://msdn.microsoft.com/netframewo...t/default.aspx

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada
"Dave" <da******@012.net.il> wrote in message
news:et**************@TK2MSFTNGP12.phx.gbl...
Hi,
if i am writing a c# application and send it to a user withe XP OS but with no visual studio .Net did he need to install the .net framework or it
allready instal on any XP-OS???

What about other OS like win-98,95,nt,2000???

did other users that need to use my C# application need to install the ..net framework???

Thanks.

Nov 15 '05 #2

"Dave" <da******@012.net.il> schreef in bericht
news:et**************@TK2MSFTNGP12.phx.gbl...
Hi,
if i am writing a c# application and send it to a user withe XP OS but with no visual studio .Net did he need to install the .net framework or it
allready instal on any XP-OS???

What about other OS like win-98,95,nt,2000???

did other users that need to use my C# application need to install the ..net framework???

Thanks.


Y
Nov 15 '05 #3
Oops pressed enter a bit to soon.

"Dave" <da******@012.net.il> schreef in bericht
news:et**************@TK2MSFTNGP12.phx.gbl...
Hi,
if i am writing a c# application and send it to a user withe XP OS but with no visual studio .Net did he need to install the .net framework or it
allready instal on any XP-OS???

What about other OS like win-98,95,nt,2000???

None of the OSs have it preinstalled. People using XP and windowsupdate
however will probably have it as well as people with XP sp1
did other users that need to use my C# application need to install the ..net framework???

Yes, your program won't run if the framework isn't installed.
Thanks.

Nov 15 '05 #4
if i am writing a c# application and send it to a user withe XP OS but with
no visual studio .Net did he need to install the .net framework or it
allready instal on any XP-OS???

What about other OS like win-98,95,nt,2000???


He needs to install it. The only OS so far with the framework included
is Win 2003 Server. But the framework has been available from Windows
Update for quite some time and was also included on the WinXP SP1 CD
so there are other ways it may have been installed already.

The framework doesn't supported on Win95.

Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Nov 15 '05 #5
Cor
Hi Rob,
Any machine that is going to run a .NET application must have the .NET
Framework installed on it first. Windows Server 2003 includes the .NET
Framework but you must download an install it manually for every other
version of Windows. The only version of Windows that *does not* support ..NET applications is Windows 95.


You mean of course from the ones in the post.

No Windows version before NT4x and W98 will support the Net.

Just to be sure that nobody gets a strange idea who reads this thread that
he can use Windows 3.11 or NT3.5.

Cor
Nov 15 '05 #6
Yep, you're right. But I think anyone running Windows 3.11 (or earlier) or
NT3.5 isn't worrying about .NET ;-)

Rob

"Cor" <no*@non.com> wrote in message
news:eX*************@TK2MSFTNGP12.phx.gbl...
Hi Rob,
Any machine that is going to run a .NET application must have the .NET
Framework installed on it first. Windows Server 2003 includes the .NET
Framework but you must download an install it manually for every other
version of Windows. The only version of Windows that *does not* support

.NET
applications is Windows 95.


You mean of course from the ones in the post.

No Windows version before NT4x and W98 will support the Net.

Just to be sure that nobody gets a strange idea who reads this thread that
he can use Windows 3.11 or NT3.5.

Cor

Nov 15 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ravindra | last post by:
Well I installed the framework provided by microsoft , the problem is I am able to activate the smart tag in the doc file but when I Click on the Show Detils option in the information bridge the...
3
by: CMan | last post by:
Hi, We are currently trying to install .Net Framework v.1.1 on a server which already has v1.0. We are receiving the following error. Error 1704.An installation for Microsoft .NET Framework...
18
by: Cameron Laird | last post by:
QOTW: "... So I started profiling the code and the slowdown was actually taking place at places where I didn't expect it." -- Guyon Mor?e (and about twenty-three thousand others) " suggestion...
6
by: Joseph Geretz | last post by:
I recently upgraded my server to Windows 2003. The first thing I noticed is that my sample WebService pages no longer worked. The Invoke test button is missing. This is addresed by the following KB...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
1
by: Harry Simpson | last post by:
I know I drilled down into the Windows folder\Microsoft.net\Framework\v1.1.4322 folder and looked at the version of Mscorcfg.dll to get the SP level from the version number: Mine shows...
3
by: Shadow Lynx | last post by:
At the bottom of the default Error page that appears when Unhandled Exceptions occur, what exactly is the difference between the "Microsoft ..Net Framework Version" and the "ASP.NET Version"? I...
3
dmjpro
by: dmjpro | last post by:
plz send me a good link which can clearify me how the J2EE framework works i want the details information .... plz help thanx
13
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net...
8
by: Blasting Cap | last post by:
I'm using VS 2005, and have a dll in some code (system.core.dll) that was included in something someone sent me to run on my system. I have production on a server using Framework 2.0 that I want...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.