I am using ILMerge to merge the used libraries for a console application. After its merged, the resulting exe just finishes execution in a second and runs in the background(does not show its output for Console.WriteLine
).
What Can i do to actually run it as a console application ?
Asked
Active
Viewed 1,147 times
9

Akshay J
- 5,362
- 13
- 68
- 105
-
2Try running ILMerge with the command line option `/target:exe` – Mike Zboray Nov 20 '12 at 04:08
-
@mikez write as answer so that I can mark it as answer – Akshay J Nov 20 '12 at 04:24
-
Not sure why this was voted down. It was useful to me. (+1) – pilotcam May 28 '13 at 19:34