I have installed the .NET Framework SDK and was expecting
to have the compiler for C# (csc), but do not. Can
someone point me to where I can get it or if I am totally
of base?
Thanks,
Nathan
Mattias Sj?gren - 22 Aug 2003 19:55 GMT
Nathan,
>I have installed the .NET Framework SDK and was expecting
>to have the compiler for C# (csc), but do not. Can
>someone point me to where I can get it or if I am totally
>of base?
The compiler is included with the .NET framework redist, not the SDK.
You can find it in the framework directory,
%windir%\Microsoft.NET\Framework\v1.x.yyyy
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.
nathan - 22 Aug 2003 21:54 GMT
Thanks.
>-----Original Message-----
>Nathan,
[quoted text clipped - 9 lines]
>
>Mattias
Robert Villahermosa[MSFT] - 08 Sep 2003 23:48 GMT
It should be there, the csc compiler actually ships with the redist too.
In the installation directory where you put the SDK, go to the \bin
directory and type sdkvars, (this sets up a command window with the SDK on
your path) then trying running csc again.
Robert Villahermosa [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
>Content-Class: urn:content-classes:message
>From: "nathan" <nathan.paris@level3.com>
[quoted text clipped - 23 lines]
>Thanks,
>Nathan