environment variables

dejaman

Newcomer
Joined
Jul 17, 2003
Messages
7
hi
i just downloaded and installed .net framework v1.1 and it seems the setup hasn't registered the environment variables needed to use the compilers from the command line. I have already re-run the setup several times and couldn't find any option to do that and I also couldn't find VCVARS32.BAT that should fix this (according to the .net docs)

so, is there any other file I should run or may I have to do it manually...?

pls help

10x
:confused: :confused: :confused: :confused:
 
never mind
i found it

"The SDKVars.bat file located in the Program Files\Microsoft.NET\SDK\v1.1\Bin directory will properly set up the required environment variables. Run SDKVars.bat in every command shell prior to using any SDK tool or compiler."
 
You should also have a shortcut in your Start programs labeled "Visual Studio .NET Command Prompt". If you use that instead of typing "cmd" (or however you currently get to a command prompt), it should automatically register them for you. Very handy!

-Nerseus
 
Back
Top