473,398 Members | 2,188 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,398 software developers and data experts.

What OS needed to run C# executables?

Hi,

I'm programming C# on Windows XP where everything works fine, but can
I also take my software on e.g. a Win98 or WinNT computer and let it
run there? What OS is needed for C# (at least to run the files, not
necessarily compile them..)?

thank you!
Nov 15 '05 #1
8 2525
you need the .Net framework to run them.

..Net framework runs on 2000/XP/2003 etc...

95/98/ME are not supported.

The only way that VS .Net can be used to create programs for OS without .Net
is to create C++ "unmanaged" (or "native") coded applications.

Dan.
"Tobias Froehlich" <re*******@gmx.net> wrote in message
news:0c********************************@4ax.com...
Hi,

I'm programming C# on Windows XP where everything works fine, but can
I also take my software on e.g. a Win98 or WinNT computer and let it
run there? What OS is needed for C# (at least to run the files, not
necessarily compile them..)?

thank you!
Nov 15 '05 #2
Tobias Froehlich <re*******@gmx.net> wrote:
I'm programming C# on Windows XP where everything works fine, but can
I also take my software on e.g. a Win98 or WinNT computer and let it
run there? What OS is needed for C# (at least to run the files, not
necessarily compile them..)?


Basically you're fine from Win98 upwards, although some operations
aren't supported on the Win9x series. .NET doesn't run on Windows 95
though. Obviously you'll need the .NET framework on any computer in
order to run your app though.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 15 '05 #3
Win98 and later + CLR (all from Microsoft :-))
Nov 15 '05 #4
stand corrected... listen to Mr Skeet! ;o)

"Daniel Bass" <I'm really @ sick of spam> wrote in message
news:ep*************@TK2MSFTNGP12.phx.gbl...
you need the .Net framework to run them.

..Net framework runs on 2000/XP/2003 etc...

95/98/ME are not supported.

The only way that VS .Net can be used to create programs for OS without .Net
is to create C++ "unmanaged" (or "native") coded applications.

Dan.
"Tobias Froehlich" <re*******@gmx.net> wrote in message
news:0c********************************@4ax.com...
Hi,

I'm programming C# on Windows XP where everything works fine, but can
I also take my software on e.g. a Win98 or WinNT computer and let it
run there? What OS is needed for C# (at least to run the files, not
necessarily compile them..)?

thank you!

Nov 15 '05 #5
"Tobias Froehlich" <re*******@gmx.net> wrote in message
news:0c********************************@4ax.com...
Hi,

I'm programming C# on Windows XP where everything works fine, but can
I also take my software on e.g. a Win98 or WinNT computer and let it
run there? What OS is needed for C# (at least to run the files, not
necessarily compile them..)?
From what I remember, there is compatibility information in the framework
help, so you can check things on a per class/method basis. This will outline
what is and isn't 98 compatible etc.

Tobes
thank you!

Nov 15 '05 #6
Hi Daniel,

It does run on 98 and on ME , I don't remember on 95 right now but you may
check it online.
The only thing is that some features will not work on them, like the
FileSystemWatcher cause it use a feature presented on NT/2K/XP or the
EventLog which also needs NT/2K/XP

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Daniel Bass" <I'm really @ sick of spam> wrote in message
news:ep*************@TK2MSFTNGP12.phx.gbl...
you need the .Net framework to run them.

.Net framework runs on 2000/XP/2003 etc...

95/98/ME are not supported.

The only way that VS .Net can be used to create programs for OS without ..Net is to create C++ "unmanaged" (or "native") coded applications.

Dan.
"Tobias Froehlich" <re*******@gmx.net> wrote in message
news:0c********************************@4ax.com...
Hi,

I'm programming C# on Windows XP where everything works fine, but can
I also take my software on e.g. a Win98 or WinNT computer and let it
run there? What OS is needed for C# (at least to run the files, not
necessarily compile them..)?

thank you!

Nov 15 '05 #7
Just to complete the list others have started...

A subset of functionality is supported in the .Net Compact Framework (for
PDAs, smart phones, ...)

..Net is coming to a Unix-based system near you Q2/2004
http://www.go-mono.com/

Eric

"Tobias Froehlich" <re*******@gmx.net> wrote in message
news:0c********************************@4ax.com...
Hi,

I'm programming C# on Windows XP where everything works fine, but can
I also take my software on e.g. a Win98 or WinNT computer and let it
run there? What OS is needed for C# (at least to run the files, not
necessarily compile them..)?

thank you!


Nov 15 '05 #8
Actually, in once sense, you are correct. I do not think you can develop with
Visual Studio .Net on Win98/95/Me, but you can definitely run the applications.
There are .Net framework downloads for Win98 and WinME... not exactly sure about
Win95, though.

On Tue, 18 Nov 2003 11:03:12 -0000, in microsoft.public.dotnet.languages.csharp
you wrote:
you need the .Net framework to run them.

.Net framework runs on 2000/XP/2003 etc...

95/98/ME are not supported.

The only way that VS .Net can be used to create programs for OS without .Net
is to create C++ "unmanaged" (or "native") coded applications.

Nov 15 '05 #9

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

Similar topics

14
by: Hemanth | last post by:
Hello there, I'm new to PHP. I'm trying to run a simple php script (on a Red hat linux machine with apache web server ) through a windows web browser (IE). I'm using an exec() function in my...
2
by: Jubril Oyesiji | last post by:
Does anyone have an idea about how to convert Java Class files into Windows Executables (.Exe) except writing a Batch file
56
by: Xah Lee | last post by:
What are OOP's Jargons and Complexities Xah Lee, 20050128 The Rise of Classes, Methods, Objects In computer languages, often a function definition looks like this: subroutine f (x1, x2, ...)...
10
by: mklapp | last post by:
Hello I have a proxy based upon a webservice. The machine.config reports it lacks access to load the proxy. What account name is associated with the attempt to load the Proxy and what...
2
by: sainiamit25 | last post by:
Hello Everybody, I want to install XML::Parser for perl. When i tried installing that package, it gave me error saying XML::expact need to be installed. I downloaded XML::Expact and when i tried...
6
by: crack.the.hack | last post by:
Hi All, If I am changing the database machine, what should I do not to prep bind the sqc files everytime. Because I need to build my application everytime the database is changed? Is there...
184
by: jim | last post by:
In a thread about wrapping .Net applications using Thinstall and Xenocode, it was pointed out that there may be better programming languages/IDEs to use for the purpose of creating standalone,...
1
by: Nikolai | last post by:
What is the DOS file I need to edit to fire up executables? I know this is a really basic question, but I cannot figure it out; I even googled it, but no dice. I use old Word Perfect 5.1 for Medical...
6
by: =?Utf-8?B?Q2hhcmxlcyBS?= | last post by:
I have two different executables that I want to build w/ the same source but in 2 different compilers, vs60 and vs2008. I have 2 different configurations w/ different options etc, but I want one...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.