Search

vcvarsall.bat amd64 Environment is missing by Nathan-Vindicator

Closed
as External Help for as External

5
0
Sign in
to vote
Type: Bug
ID: 510784
Opened: 11/15/2009 10:51:14 PM
Access Restriction: Public
0
Workaround(s)
2
User(s) can reproduce this bug
The 64-bit command prompt environment is missing.
:amd64
if not exist "%~dp0bin\amd64\vcvars64.bat" goto missing
call "%~dp0bin\amd64\vcvars64.bat"
goto :eof

File "bin\amd64\vcvars64.bat" does not exist.
Directory "amd64" does not exist under "bin"
Details (expand)

Product Language

English

Version

Visual Studio 2010 Beta 2

Operating System

Windows Vista

Operating System Language

English

Steps to Reproduce

Open Command Prompt
Run: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64

Actual Results

"The specified configuration type is missing. The tools for the configuration might not be installed."

Expected Results

A successful environment change to 64-bit (x64/amd64).
      You can indicate your satisfaction with how Microsoft handled this issue by completing this quick 3 question survey. [Details]

 

File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 11/16/2009 at 9:28 PM
Thanks for using the Visual Studio & .Net Framework Connect site. The site is put in place to enable the community to submit feedback on these technologies. We encourage you to use the MSDN Forums for general questions: http://forums.microsoft.com/msdn/default.aspx?siteid=1.

Thank you,
Visual Studio Product Team
Sign in to post a workaround.