Because I set post-build event in ASP.net Web Application project to run the following command line.
start $(SolutionDir)[PathToMyApplicationInSameSolution] [some parameter]
So I need to send some error from console application to Visual Studio for showing Build Error(Like Visual Studio Build Error)
Thanks