Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > pre/post build events
 

pre/post build events

I have a problem using the events in VS 2008
I want to kill the process of explorer before the build and start it again once the build is done
this is what I put in the pre event:
taskkill /f /im "explorer.exe"
taskkill /f /im "iexplore.exe"

and in the post event:
start explorer.exe
startiexplore.exe www.yahoo.com

when I rebuild my application I can see that the events are called, and working fine (the explorer process is closed and then reopened and I get the yahoo window)
but the build process is stuck on line 9
the last line in the output window is: c:\windows\microsoft.net\framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 / errorreport:prompt /warn:4 /define:DEBUG;TRACE /references..... (cant see the rest)

does VS do something after the post build event is called?
Maverickcool  Friday, January 02, 2009 2:43 PM
This is definitely not about GAX/GAT, you may want to try a general dev forum.
http://t4editor.net -> RTM version coming soon!!
vga  Sunday, January 04, 2009 5:31 AM

You can use google to search for other answers

Custom Search

More Threads

• t4 template code appending
• Problems installing SCSF source code may 2007
• GAT breaking changes
• unistallation issue with guidence automation and Wssf december 2006 release
• Best Practices for GP?
• Access Denied error on Install of Feb GAT
• Uninstalling the older version of Guidance Automation Extensions
• Can't register packages
• Can't download GAT
• Integrating validation information within XML