Running GACUtil in Build for Visual Studio 2005
Visual Studio 2005 Beta 2 doesn't load PATH environment variables during build, causing tools like GACUtil and RegAsm.exe to fail. A simple fix is to add 'CALL "%VS80COMNTOOLS%\vsvars32.bat" > NULL' to your build script before calling these tools. This sets the necessary environment variables, allowing the build to succeed.