show/hide this revision's text 2 added tag edited text

I'm on vista, with VS2005 running as admin. Both vs2005 and vs2008 are installed. If I explicitedly explicitly use the path to gacutil, it works, but not if I only call gacutil like this:

if NOT $(ConfigurationName) == Release gacutil /f /i "$(TargetPath)"

I would just update the post-build script, but I've been asked to leave it alone. It's a project for a sister company. The path to gacutil is in Visual Studio environment variables, so it should be able to find it. (Tools -> Options -> Projects and Solutions -> VC++ Directories)

Is there some way to tweak visual studio or windows environment variable to get the above post-build script to work? I need to it to build, because it's a dependency of a project I need to code.

TIA, -j

show/hide this revision's text 1

visual studio post-build script error calling gacutil.

I'm on vista, with VS2005 running as admin. Both vs2005 and vs2008 are installed. If I explicitedly use the path to gacutil, it works, but not if I only call gacutil like this:

if NOT $(ConfigurationName) == Release gacutil /f /i "$(TargetPath)"

I would just update the post-build script, but I've been asked to leave it alone. It's a project for a sister company. The path to gacutil is in Visual Studio environment variables, so it should be able to find it. (Tools -> Options -> Projects and Solutions -> VC++ Directories)

Is there some way to tweak visual studio or windows environment variable to get the above post-build script to work? I need to it to build, because it's a dependency of a project I need to code.

TIA, -j