Possibly you could use Remoting which is as far as i know the prefered IPC method for .NET. You setup a communication channel on the serving application, the console app in this case, and attach to it ...