Ask a questionAsk a question
 

Answerwhere did the .net command prompt for .net 4.0 go in Beta 2 ??!!

  • Saturday, October 31, 2009 4:06 AMTamer Yousef Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    in beta 1 of the visual sudio 2010, there was a sdk command prompt under visual studio tools. now after I installed beta 2 of VS.net 2010, this command prompt window has gone away....
    I want to install a windows service using the installutil.exe but I'm having difficulty location that file / sdk environment vars.

    am I missing something?
    thanks

    Tamer

Answers

  • Monday, November 02, 2009 11:28 PMSteve Horne - MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    It's VCVARSALL.BAT, so Visual C++ should install it.

    You can always pop a command window open and navigate to C:\Windows\Microsoft.NET\Framework\v4.0.21006\ which is where you'll find the 4.0 InstallUtil.

    -Steve

    • Marked As Answer byTamer Yousef Tuesday, November 03, 2009 4:22 PM
    •  

All Replies

  • Monday, November 02, 2009 8:38 PMSteve Horne - MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Tamer,

    There should be a "Visual Studio Command Prompt (2010)" in the program files "Microsoft Visual Studio 2010", "Visual Studio Tools" folder. From that command prompt you should be able to run installutil.exe.

    -Steve
  • Monday, November 02, 2009 10:23 PMTamer Yousef Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    This option is in there, what I have under "Visual Studio tools " menu is only:
    1- Dotfuscator Software Services
    2- Manage Help Settings - ENU
    3- Visual Studio 2010 Remote Debugger Folder

    may be it was under something that I did not install during VS 2010 installation process?
  • Monday, November 02, 2009 11:28 PMSteve Horne - MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    It's VCVARSALL.BAT, so Visual C++ should install it.

    You can always pop a command window open and navigate to C:\Windows\Microsoft.NET\Framework\v4.0.21006\ which is where you'll find the 4.0 InstallUtil.

    -Steve

    • Marked As Answer byTamer Yousef Tuesday, November 03, 2009 4:22 PM
    •  
  • Tuesday, November 03, 2009 4:22 PMTamer Yousef Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    installing VC++ fixed it.
    I will also use your shortcut approach to C:\Windows\Microsoft.NET\Framework\v4.0.21006\

    thanks!