Hello.

I am Paul Kinlan.

A Developer Advocate for Chrome and the Open Web at Google.

I love the web. The web should allow anyone to access any experience that they need without the need for native install or content walled garden.

Running GACUtil in Build for Visual Studio 2005

Paul Kinlan

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.

Read More