-
SDK Command Prompt
Hello,
I started a Visual Basic .NET class today. The first assignment requires the use of the SDK Command Prompt from the .NET Framework. According to the textbook, this should be located under Start>All Programs>Microsoft .NET Framework SDK v2.0>SDK Command Prompt. I do have the .NET 2.0 framework installed, yet no SDK menu exists under All Programs. I tried repairing and reinstalling the .NET Framework, but it didn't change. I did find a SDK directory in C:\Program Files\Microsoft Visual Studio 8\SDK, but I'm not sure if the SDK prompt is located here or not. This almost seems like it would require the .NET Framework 2.0 Software Development Kit (all yours for an over 300 MB download), yet the textbook specifically states only Visual Basic Express 2005 and the .NET Framework 2.0 are required. Could someone tell me where I can find the SDK command prompt?
Thanks,
Igfud
-
An "SDK command prompt" is just a standard Windows command prompt with some environment variables set. You can create your own by creating a shortcut that runs this command:
cmd.exe /k "c:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat\"
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Similar Threads
-
Replies: 1
Last Post: 06-09-2006, 11:35 AM
-
By rough_divide in forum .NET
Replies: 0
Last Post: 02-22-2005, 03:26 AM
-
By Mark Yadav in forum Java
Replies: 0
Last Post: 07-04-2002, 01:32 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|