|
[Note: if you have not yet provided your instructor with your netid, please do so now via email.] We will be using Microsoft's Visual Studio.NET (VS.NET) integrated development environment (IDE) for C# programming. It's what I will demonstrate in class, and it's what you will use to develop your own programs and turn in homework assignments. Unfortunately, VS.NET is a large and complex software package. Rather than have you install it on your own machine, and to avoid problems with installing it on public machines distributed around campus, we have installed it on three servers that you will be able to login to as a client. In order to do this, you will have to install on your machine the client software, which is called Terminal Services Client. This is a relatively small application and is very easy to install; see the installation instructions below. Alternatively, you can use one of Yale's machines: All Windows 2000 machines in public clusters have the client installed. This means that at least one machine in every dorm, most of CCL, all of Connecticut hall, etc. have the client on them. (The machines in Dunham Lab are being upgraded and should all be running Windows 2000 within about two weeks.) Installing TS (Terminal Services) Client on your own PC The installation method outlined below was causing some problems on certain platforms, so here is an alternative that should work on any platform:
Here are the original installation instructions, which seem to work best on Windows 2000 machines: If you are running Windows 95 or Windows 98, do the following:
If you are running Windows NT, do the following:
If you are running Windows ME (Millennium Edition) or Windows 2000, do the following:
If you have any problems with the installation process, please contact your TA or instructor. Running TS Client Once installed, you can run the TS Client by going to Task Bar | Programs | Terminal Services Client | Terminal Services Client. A dialogue box should pop up which looks more-or-less like this: Then:
At this point you should see a window that looks like a normal Windows window -- everything that you do in this window (which I will refer to as the TSClient Window) is actually running on the server. When you are finished with your session, go to the Task Bar in the TSClient Window and log out. The nice thing is that the Terminal Server will remember where you are, so you can even log out in the middle of a VS.NET session. Speaking of VS.NET, it is sitting on the desktop in the TSClient Window as a yellow/red/blue icon with the label "Microsoft Visual Studio.NET 7.0". If you double-click on this, VS.NET will begin running as a normal Windows application. Details on using VS.NET are provided in the Deitel textbook. If you get an error when trying to start VS.NET, please send me email by clicking here. Note: [New!] When you create a new project in VS.NET, a dialogue box appears that asks
you for a location in which to store the project. You should use the
following location:
|