Hi Vansud
Note: The command prompt specific to.NET comes with the Visual Studio editions but not with the Express edition.
In Visual Studio 2005, it is located in:
\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"" x86
Look to see if a similar named file may possibly be located somewhere on your hard drive. If not, then you need to buy the Studio edition, or figure out how to use the regular command prompt. You also need the command compiler, which I assume does not come with the Express edition.
The following code is the contents of the vcvarsall.bat"" x86 batch file. You can try copying it, but itwon't work unless the supporting files are available in the named locations. I'm guessing you probably don't have them.
@echo off
if "%1" == "" goto x86
if not "%2" == "" goto usage
if /i %1 == x86 goto x86
if /i %1 == amd64 goto amd64
if /i %1 == x64 goto amd64
if /i %1 == ia64 goto ia64
if /i %1 == x86_amd64 goto x86_amd64
if /i %1 == x86_ia64 goto x86_ia64
goto usage
:x86
if not exist "%~dp0bin\vcvars32.bat" goto missing
call "%~dp0bin\vcvars32.bat"
goto :eof
:amd64
if not exist "%~dp0bin\amd64\vcvarsamd64.bat" goto missing
call "%~dp0bin\amd64\vcvarsamd64.bat"
goto :eof
U can also refer this link for download of VSAddins
http://searchwindevelopment.techtarget.com/news/article/0,289142,sid8_gci1262570,00.html
There is oneNamed VSCommandShell.Download and try it
I have not tried it
See if it helps u...
Let me know..
Or
Download Visual Studio 2008 (A trial version is available)
- Once it's installed:
- In the Windows Operating System click on START, PROGRAMS, Microsoft Visual Studio 2008, and Visual Studio Tools
- The Command Prompt selection is within this folder
Will this help
By the Way this is .Net Framework Setup Forum
One kind request to u
Post ur thread in appropriaate forums
http://social.msdn.microsoft.com/Forums/en-US/vssetup/threads
U get better replies by Experts
Thanks
anliS
Regards anliS www.businessinsightsconsulting.com Please remember to mark the correct replies as answers