I have a VS2010 solution with four projects in it. I have a semi-complex command line that I want to run which uses Visual Studio build event macros.
I would like to reliably auto-install my application assemblies in the GAC when I compile my application using Visual Studio. I\'ve setup pre- and post-build events in my web application\'s build.
I am trying to compile a sample from ESRI and I get this error Error 1: The command 开发者_运维百科\"esriRegasm.exe CommandInheritingBaseCommand.dll\" /p:Desktop /s\" exited with code -1.
As the tittle says I need a prebuild command CONDITION that executes an exe on build solution/project and passes when i use F5.