473,473 Members | 1,484 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

I need to install C# compiler?

I need to install C# compiler, could you please help me
the steps? I got .net framework installed, because I have
been learing ASP.NET on my own.What else needed to be
installed, could you send me the link? Thanks

Fayyaz
Nov 16 '05 #1
5 3316
http://www.microsoft.com/downloads/d...displaylang=en

install the .net sdk. the command line compiler is csc.exe

--

--

Br,
Mark Broadbent
mcdba , mcse+i
=============
"fayyaz" <fk***@imf.org> wrote in message
news:3c****************************@phx.gbl...
I need to install C# compiler, could you please help me
the steps? I got .net framework installed, because I have
been learing ASP.NET on my own.What else needed to be
installed, could you send me the link? Thanks

Fayyaz

Nov 16 '05 #2
Unlike vbc the VB.NET compiler, csc.exe is actually installed with the
framework. God knows why. I got an answer explaining the reason but I can't
remember what it is - must be some sort of bootstrapping going on, as MS's
code is likely to be written in C# than VB.NET...

"Mark Broadbent" <no************@no-spam-please.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
http://www.microsoft.com/downloads/d...displaylang=en
install the .net sdk. the command line compiler is csc.exe

--

--

Br,
Mark Broadbent
mcdba , mcse+i
=============
"fayyaz" <fk***@imf.org> wrote in message
news:3c****************************@phx.gbl...
I need to install C# compiler, could you please help me
the steps? I got .net framework installed, because I have
been learing ASP.NET on my own.What else needed to be
installed, could you send me the link? Thanks

Fayyaz


Nov 16 '05 #3
Bonj,
vbc.exe is installed with the framework in the same folder as csc.exe!

Who ever told you vbc.exe not installed is mistaken.

Hope this helps
Jay

"Bonj" <a@b.com> wrote in message
news:eP**************@tk2msftngp13.phx.gbl...
Unlike vbc the VB.NET compiler, csc.exe is actually installed with the
framework. God knows why. I got an answer explaining the reason but I can't remember what it is - must be some sort of bootstrapping going on, as MS's
code is likely to be written in C# than VB.NET...

"Mark Broadbent" <no************@no-spam-please.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

http://www.microsoft.com/downloads/d...displaylang=en

install the .net sdk. the command line compiler is csc.exe

--

--

Br,
Mark Broadbent
mcdba , mcse+i
=============
"fayyaz" <fk***@imf.org> wrote in message
news:3c****************************@phx.gbl...
I need to install C# compiler, could you please help me
the steps? I got .net framework installed, because I have
been learing ASP.NET on my own.What else needed to be
installed, could you send me the link? Thanks

Fayyaz



Nov 16 '05 #4
is it, oh right OK.
Is it needed for some part of the installation process then?

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:OE**************@TK2MSFTNGP12.phx.gbl...
Bonj,
vbc.exe is installed with the framework in the same folder as csc.exe!

Who ever told you vbc.exe not installed is mistaken.

Hope this helps
Jay

"Bonj" <a@b.com> wrote in message
news:eP**************@tk2msftngp13.phx.gbl...
Unlike vbc the VB.NET compiler, csc.exe is actually installed with the
framework. God knows why. I got an answer explaining the reason but I

can't
remember what it is - must be some sort of bootstrapping going on, as MS's
code is likely to be written in C# than VB.NET...

"Mark Broadbent" <no************@no-spam-please.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

http://www.microsoft.com/downloads/d...displaylang=en

install the .net sdk. the command line compiler is csc.exe

--

--

Br,
Mark Broadbent
mcdba , mcse+i
=============
"fayyaz" <fk***@imf.org> wrote in message
news:3c****************************@phx.gbl...
> I need to install C# compiler, could you please help me
> the steps? I got .net framework installed, because I have
> been learing ASP.NET on my own.What else needed to be
> installed, could you send me the link? Thanks
>
> Fayyaz



Nov 16 '05 #5
Bonj,
Neither are needed by the installation process per se.

My understanding is they are installed as different applications require
them. For example ASP.NET uses either vbc.exe or csc.exe, based on the
language of the page, when you first visit the page.

If you are doing dynamic code generation you can do the same thing via
System.CodeDom namespace. System.CodeDom allows you to compile programs
given source code and a provider. The VB.NET provider is
Microsoft.VisualBasic.VBCodeProvider, while the C# provider is
Microsoft.CSharp.CSharpCodeProvider.

I don't know if the provider calls the exe compiler, or if the exe compiler
calls the provider. I would expect the later...

Hope this helps
Jay
"Bonj" <a@b.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
is it, oh right OK.
Is it needed for some part of the installation process then?

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:OE**************@TK2MSFTNGP12.phx.gbl...
Bonj,
vbc.exe is installed with the framework in the same folder as csc.exe!

Who ever told you vbc.exe not installed is mistaken.

Hope this helps
Jay

"Bonj" <a@b.com> wrote in message
news:eP**************@tk2msftngp13.phx.gbl...
Unlike vbc the VB.NET compiler, csc.exe is actually installed with the
framework. God knows why. I got an answer explaining the reason but I

can't
remember what it is - must be some sort of bootstrapping going on, as MS's code is likely to be written in C# than VB.NET...

"Mark Broadbent" <no************@no-spam-please.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
>

http://www.microsoft.com/downloads/d...displaylang=en
>
> install the .net sdk. the command line compiler is csc.exe
>
> --
>
> --
>
> Br,
> Mark Broadbent
> mcdba , mcse+i
> =============
> "fayyaz" <fk***@imf.org> wrote in message
> news:3c****************************@phx.gbl...
> > I need to install C# compiler, could you please help me
> > the steps? I got .net framework installed, because I have
> > been learing ASP.NET on my own.What else needed to be
> > installed, could you send me the link? Thanks
> >
> > Fayyaz
>
>



Nov 16 '05 #6

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

Similar topics

5
by: mr.iali | last post by:
Hi Everyone I would like to get into software developent using a programming language like c++, java or pl/sql for oracle. I have no idea where to start from. Which language is there more...
7
by: Ebay boy | last post by:
I have recently bought a compiler and I have this sample code that includes the following: #include <stdlib.h> #include <string.h> #include <time.h> Unfortunately, my compiler doesn't...
9
by: kotori | last post by:
Hi, i'm looking for a C++ compiler that I can run straight off of a USB Thumbdrive for compiling my applications on-the-go. I currently use both dev-cpp and MSVS8 at home, but I desperately need...
11
by: Pablo Suarez | last post by:
In all my previous C++ projects I used the gcc as compiler. For some reasons I want to try out the Sun compiler instead. How can I install and use this compiler instead? Is the Sun C++...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...
1
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,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.