S
Steve B.
Hi,
I'm working on Windows 2003 Server SP2 X64 edition to create SharePoint
extentions.
After each rebuild, I have to recycle app pool that use the extention I've
build, that's why I wanted to add the following line in post build events :
"%windir%\system32\cscript.exe" "%windir%\system32\iisapp.vbs" /a "My SP app
pool" /r
This command line is working perfectly when I open it in a cmd window, but
in VS, I get an error (in the output pane):
"Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Input Error: Can not find script file "c:\windows\system32\iisapp.vbs".
What is wrong ?
Thanks,
Steve
I'm working on Windows 2003 Server SP2 X64 edition to create SharePoint
extentions.
After each rebuild, I have to recycle app pool that use the extention I've
build, that's why I wanted to add the following line in post build events :
"%windir%\system32\cscript.exe" "%windir%\system32\iisapp.vbs" /a "My SP app
pool" /r
This command line is working perfectly when I open it in a cmd window, but
in VS, I get an error (in the output pane):
"Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Input Error: Can not find script file "c:\windows\system32\iisapp.vbs".
What is wrong ?
Thanks,
Steve