The best thing to do is open a command prompt.
Change to the bin folder in the location you installed the SDK. Probably
\Program Files\Microsoft .NET\SDK\v1.1\bin\
and run sdkvars.bat. This will set up your environment variables so that
you can build framework apps.
Then change to the location of your source code and run "csc" to compile
your C# application.
The SDK includes many useful utilities that will help you write your
application and debug it. Try using DbgCLR in the Program Files\Microsoft
.NET\SDK\v1.1\guiDebug to run and debug your source code.
Jason
[MS-SDK]
--------------------
>Thread-Topic: How to Configure DotNet SDK
>thread-index: AcQsXUg8xJ8ELkWOR0C9dN5O7rzYdA==
>X-WN-Post: microsoft.public.dotnet.framework.sdk
>From: "=?Utf-8?B?UmF2aWthbnRoW01WUF0=?="
<anonymous@discussions.microsoft.com>
>References: <#CsqyW3IEHA.2948@TK2MSFTNGP11.phx.gbl>
>Subject: RE: How to Configure DotNet SDK
[quoted text clipped - 17 lines]
>
>Hi
Check the following url:
http://www.dotnetalbum.com/contents/csharp/first_cs_program.aspx
Ravikanth[MVP]