Welcome to EntropyZero Blogging Server Sign in | Join | Help

Mike_Brockey[0].Blog()

Object reference not set to an instance of an object.

April 2009 - Posts

Running batch files from within Visual Studio 2008
This is pretty easy to setup. >> All you have to do is, setup command prompt in external tools with following option Title :MyCommandPrompt Command c:\windows\System32\cmd.exe Arguments: /k $(ItemPath) Initial directory : $(ProjectDir) http://www.dotnetjunkies.com/WebLog/hdcornerblogs/archive/2006/03/09/135823.aspx Read More...